Skip to content

ppisarski/reactapp-with-msal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reactapp-with-msal

Settings for the Azure App should be added to myapp/src/config.json. The file content should be as follows

{
    "msal": {
        "clientId": "clientid",
        "authority": "https://login.microsoftonline.com/tenantid",
        "redirectUri": "http://localhost:3000",
        "tokenRefreshUri": "http://localhost:3000/auth.html",
        "postLogoutRedirectUri": "http://localhost:3000"
    },
    "graph": {
        "endpoint": "https://graph.microsoft.com/v1.0"
    }
}

Note, [email protected] was written for [email protected] therefore this version should be used. Using newer version of msal library causes variety of errors.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published