I am trying to configure OpenAM qr code service chain as an identity provider for another application, and I am giving the client the URL of the identity provider which is http://localhost:8443/openam/XUI/#login/&realm=/&service=qrLogin, But after a successful login using the qr code the client prompt:
Missing state parameter in response from identity provider.
Is this even possible ?
What type of authentication is the qr code of OpenAM: Saml or open id connect ?
if this is possible what am I doing wrong ?