microsoft / openapi-cli

MIT License
2 stars 1 forks source link

2. Add authentication & layout to the portal [11/13/2024] #15

Open WonSong opened 1 week ago

WonSong commented 1 week ago

The goal of this issue is to add CSEO Coherence header to the portal project & add authentication using Microsoft tenant.

  1. Only Microsoft employees can authenticate to the site
  2. User should be immediately redirect to the login page when visiting the portal site
  3. If the user does not login, they will not see any content but an error page on the site
WonSong commented 1 day ago

See https://www.npmjs.com/package/@azure/msal-react#msal-basics for authentication stuffs

WonSong commented 1 day ago

See https://coherence-portal.azurewebsites.net for Coherence Header, SideNav, and Fluent UI themes, etc