Getting issue in OIDC logout functionlity

0
I am using OIDC SSO module from mendix for SSO in my application. IDP provider is azure the login part is working fine but the logout is giving error that requested query string is too long. I am using the ACT_Logout nanoflow present inside the module . Anyone faced this issue please provide some suggestion 
asked
1 answers
0

Interesting one. I found this on github. It seems the claims are included in the Id_token. You might have too many claims included in your request. Check which ones you don’t need in your configuration, remove them and try if that solves the issue.

answered