Hi,
I am setting up B2C custom policies with TFA using TOTP.
I have followed the git gub samples.
added "allow script execution, updated DataURI values, update the REST end-points for Generate, Validate etc.
I have deployed my REST API on my back-end server on third-party cloud.
The orchestration steps works perfect up to Step 7 ( <OrchestrationStep Order="7" Type="ClaimsExchange"> )
The orchestration order 8 failed with the error error_description=AADB2C90047 The resource "http://myserver.aikaan.io/selfasserted-appfactor-registration.html" contains script errors preventing it from being loaded
I have made sure there is no CORS errors, my nginx server config include " add_header Access-Control-Allow-Origin *; "
I do not see any request in access_log of my nginx server.
What am I missing and how do I debug further.
Special attn: @amanpreetsingh-msft