Hi. I got stucked. I've managed to delegate auth to Azure AD. I can login with my user and password. But after that I have AADSTS900971: No reply address provided.
I don't know how to set it up properly. My registered CAS app (Azure) is redirected to my CAS server https://example.org/cas with enable ID tokens and Access tokens. "cas.authn.pac4j.name": "Azure", "cas.authn.pac4j.oidc[0].azure.autoRedirect": "true", "cas.authn.pac4j.oidc[0].azure.clientName": "Azure", "cas.authn.pac4j.oidc[0].azure.enabled": "true", "cas.authn.pac4j.oidc[0].azure.id": "xxxxx", "cas.authn.pac4j.oidc[0].azure.responseMode": "form_post", "cas.authn.pac4j.oidc[0].azure.responseType": "id_token", "cas.authn.pac4j.oidc[0].azure.scope": "openid", "cas.authn.pac4j.oidc[0].azure.secret": "xxxxxx", "cas.authn.pac4j.oidc[0].azure.tenant": "xxxxx", "cas.authn.pac4j.oidc[0].azure.useNonce": "true", I don't know if it is ok? Any hints? -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/2bfbd6f8-9aa5-41d6-bb72-1236e2fab8acn%40apereo.org.
