angular-auth-oidc-client icon indicating copy to clipboard operation
angular-auth-oidc-client copied to clipboard

[Question]: Azure AD logout throws CORS error

Open Sebastian-G opened this issue 2 years ago • 1 comments

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 avatar Nov 30 '23 15:11 Sebastian-G

@Sebastian-G Having the same issue. Could you find any solution or workaround?

ensklc93 avatar Jan 23 '25 14:01 ensklc93