damienbod / angular-auth-oidc-client

npm package for OpenID Connect, OAuth Code Flow with PKCE, Refresh tokens, Implicit Flow
https://www.npmjs.com/package/angular-auth-oidc-client
MIT License
1.11k stars 418 forks source link

[Bug]: isCallbackFromSts() method returns true even if the url does not match the specified 'redirectUrl' #1912

Open DanieleGrizzi opened 2 months ago

DanieleGrizzi commented 2 months ago

Version

17.0.0

Please provide a link to a minimal reproduction of the bug

No response

Please provide the exception or error you saw

In the CallbackService the isCallbackFromSts() method returns true even if the url does not match the specified 'redirectUrl'

Steps to reproduce the behavior

No response

A clear and concise description of what you expected to happen.

No response

Additional context

No response