DEV Community

Discussion on: AAD auth for Plotly Dash

Collapse
 
juankonker profile image
juankonker

Can you explain how to make a sigle sign out?

Collapse
 
kummerer94 profile image
Alexander Kammerer • Edited

You have to setup a route that does the actual logout (destroys the session).

Then you need to configure this URL in your Microsoft Entra ID / Azure AD application settings. The setting is called Front-channel logout URL.