Angular-oauth2-oidc adds parameters to redirect uri

117 Views Asked by At

I have issue with the iss and also client_id query parameters in the redirect uri which are added in it. We are using code flow with PKCE.

The URL looks something like this:

http://localhost:4200/?iss=https...&client_id=546

The redirect uri is configured like this:

redirectUri: window.location.origin + '/'

Is it supposed to add those parameters to the redirect uri or should they be removed? Is there any option to make it remove them like the code and state?

angular-oauth2-oidc: 14.0.1

angular 16.2.11

0

There are 0 best solutions below