AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 374 forks source link

feature: possibility to add "id token hint" to logout uri #798

Closed Arikael closed 4 years ago

Arikael commented 6 years ago

If ADFS Behavior level is AD_FS_BEHAVIOR_LEVEL_2 or higher ADFS only redirects to PostLogoutRedirectUri if you provide the uri parameter "id_token_hint". this behavior is configurable via "appendIdTokenHintToLogoutUri" and is disabled by default.

for further information see

this PR addresses #677

msftclas commented 6 years ago

CLA assistant check
All CLA requirements met.