Azure-Samples / ms-identity-ca-auth-context

MIT License
6 stars 8 forks source link

Blazor, Razor Page CAE samples + Blazor template for getting started #7

Open damienbod opened 2 years ago

damienbod commented 2 years ago

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [X] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

I creatd some samples in Blazor and also for a Razor Pages for CAE. Maybe these would be useful.

https://github.com/damienbod/AspNetCoreAzureADCAE

Also created an Azure AD (Microsoft.Identity.Web) Blazor template which makes it easy to use CAE

https://github.com/damienbod/Blazor.BFF.AzureAD.Template

kalyankrishna1 commented 2 years ago

Looks great @damienbod , We will make time to have a look at these soon.. One note-> in the attached blog post, the following statement isincorrect "Continuous access evaluation (CAE) requires an Azure AD P2 license", CAE is available to everyone , including free tenants CA Auth Context requires AAD P!, as its dependent on the cA feature, which is only available to AAD P1 and above

@jmprieur , @aremo-ms , @salman90 , @derisen FYI

damienbod commented 2 years ago

@kalyankrishna1 Thanks for the feedback, I updated the blog