AzureAD / microsoft-authentication-library-common-for-objc

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
33 stars 36 forks source link

Support extra query parameters on signout #1423

Closed oldalton closed 1 month ago

oldalton commented 1 month ago

Proposed changes

Signout from browser was previously not allowing developers to pass extra parameters. If developer wants to pass a slice or logout_hint parameter, they won't be able to. Adding support for the same MSAL PR: https://github.com/AzureAD/microsoft-authentication-library-for-objc/pull/2339

Type of change

Risk

Additional information