ce1e9edbf2 | ||
---|---|---|
.. | ||
assets | ||
scss | ||
src | ||
README.md | ||
index.html | ||
options.json | ||
package.json | ||
webpack.config.js |
README.md
Fable/React Single Page Application
The simple application demonstrates authenticating against Azure AD with msal.js and making a request with the Azure Graph SDK.
Preparing the sample
- Register an Azure AD application.
- In authentication options add SPA client and specify
http://localhost:8090
as a redirect URI. - modify
options.json
with your Azure subscription, tenant and your application IDs.
Calling other APIs
- Update the SDK generation project and generate corresponding bindings
- Update
options.json
with the corresponding API scope - Provide the
MsRest.ServiceClientCredentials
interface implementation into the client