Skip to content

gradx/angular-18-entra-sign-in-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MSAL v3 + Angular 18 + Popup/Redirect demo

Angular .NET 8.0 GitHub License

Complete e2e demo of an integration with Microsoft Entra using MSAL v3 (client) and .NET 8.0 Web API (server)

Includes:

Designed as a skeleton project that can help bootstrap a new application with minimal changes

Configuration Required after setting up tenant in Azure

Update app.config.ts redirectUri: 'http://localhost:4200/login-result',

and environment.ts for Angular clientId: '165040ca-d322-433d-8dd9-ffdc95008c38'

Update appsettings.json for .NET 8.0

  "Entra": {
    "Issuer": "https://login.microsoftonline.com/",
    "ClientId": "165040ca-d322-433d-8dd9-ffdc95008c38",
    "TenantId": "57543043-e835-409c-ad0b-9f3b46924a55",
    "Audience": "165040ca-d322-433d-8dd9-ffdc95008c38",
    "Graph": "https://graph.microsoft.com/v1.0/me/"
  },

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published