pranayroni / azure-search-openai-demo-csharp

documentbot in .net
MIT License
0 stars 1 forks source link

Feature: Single Sign In / Single Sign Out button + User Info #98

Closed pranayroni closed 1 month ago

pranayroni commented 1 month ago

After SSO auto sign in was enabled with #92 , this PR includes a new component available in the NavBar that shows username.

You can view all collected information from graphs api .

Also, when an authenticated user is active, a button that allows for secure single sign out will clear the token from browser and sign out from azure ad.

Sign In button was also added for unauthenticated users that has same trigger as any authenticated page to SSO with AzureAD.