Skip to content

JanBizub/Fable.Msal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fable.Msal

Fable bindings for @azure/msal-browser

WARNING: bindings does not include all functionality.

Create Azure App Registration for client. Pick SPA and reply url = https://localhost:3030/ (optional) Create Azure App Registration for Server.

To test client application, provide it with cliend id and tenant id in Main.fs (optional) To test client application and server, also provide client id (there is one for api and different for client) and tenant id in appsettings.development.json

  1. Go to: Fable.Msal\src\demo\Client
  2. dotnet tool restore
  3. npm install
  4. npm start

About

Fable bindings for @azure/msal-browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published