Class ProtocolUrlsConfiguration


  • @Validated
    @Configuration
    @ConfigurationProperties("protocol.xs2a.urls")
    public class ProtocolUrlsConfiguration
    extends Object
    XS2A URL protocol configuration. Note that all URLs are expanded using ContextUtil, so you can use string interpolation like this: (redirect code query will be added automatically in ContextUtil.buildAndExpandQueryParameters(..) http://localhost:8080/v1/consent/{sessionId}/fromAspsp/STUB_STATE/ok The aforementioned URL will get interpolated using Xs2aContext functions to i.e. http://localhost:8080/v1/consent/53659eaf-d953-48de-a644-61c3c915d2c6/fromAspsp/STUB_STATE/ok?redirectCode=0174ef07-2e33-4264-9646-3b8965d100a0 with data from Xs2aContext available at the step execution.