NOTE: This article applies to SaaS version of Identity Panel only.
To initiate interactive authentication, access /account/login. This will initiate a 302 redirect to the multi-tenant Azure OIDC federation endpoint (https://login.windows.net/common) with standard OIDC authentication parameters (populated by .NET Core authentication middleware).
After authenticating you will be directed back to /signin-oidc where the application will authenticate and set your login session cookies, then finally redirect back to home (or the authorized url you were originally accessing).
All subsequent requests must use send session cookies (.AspNetCore.Cookies) to maintain authentication context.
Browsing to /account/logoff will clear the session cookies and end the session. Note that this logs the user out of Identity Panel, but does NOT affect the Azure login session.
Comments
0 comments
Please sign in to leave a comment.