HBCI URL protocol configuration. Note that all URLs are expanded using
ContextUtil
, so
you can use string interpolation like this:
http://localhost:8080/v1/consent/#{context.getAuthorizationSessionIdIfOpened()}/fromAspsp/STUB_STATE/ok?redirectCode=#{context.getAspspRedirectCode()}
The aforementioned URL will get interpolated using
HbciContext
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
HbciContext
available at the step execution.