Azure-Samples / ms-identity-docs-code-python

Source for the Python code snippets in the Microsoft identity platform documentation found on https://docs.microsoft.com.
https://docs.microsoft.com/azure/active-directory/develop
MIT License
16 stars 23 forks source link

Add post logout redirect uri #32

Open annsemrau opened 3 weeks ago

annsemrau commented 3 weeks ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Expected/desired behavior

Ability to have custom redirect endpoint after logout that is different from redirect uri

OS and Version?

Windows 8, 10, or 11. Linux (which distribution). macOS (Mojave? Catalina? Big Sur? Monterey?) Linux

Versions

Mention any other details that might be useful

Can be the same configuration option as REDIRECT_URI but for post logout. I have a custom combo architecture of Flask and Dash and I need to override the logout page.


Thanks! We'll be in touch soon.