angular-auth-oidc-client
angular-auth-oidc-client copied to clipboard
[Question]: Azure AD logout throws CORS error
Version: 16.0.1 ...
Question
Is it normal that the usage of POST Method to logout ends with a CORS issue?
this.oidcSecurityService.logoffAndRevokeTokens(
'my-config'
{
logoffMethod: 'POST',
},
),
I'm using Azure AD as an OIDC Provider, and the URL is too long to perform a GET request on logout.
AADSTS90015: Requested query string is too long.
Is there any known workaround to solve the issue?
@Sebastian-G Having the same issue. Could you find any solution or workaround?