TheNetworg / oauth2-azure

Azure AD provider for the OAuth 2.0 Client.
https://packagist.org/packages/thenetworg/oauth2-azure
MIT License
229 stars 108 forks source link

Check for existing query parameters before appending post_logout_redi… #208

Closed sadika9 closed 3 months ago

sadika9 commented 6 months ago

…rect_uri

OpenID configuration URI may contain query parameters (for example p=), therefore check before appending new query parameters to URI

hajekj commented 3 months ago

Thank you for the contribution!