An online markdown blog and knowledge repository.
Microsoft Identity Platform helps manage identities and aspects of AuthN and AuthZ. Write-ups on this page will collect thoughts, notes from seminars and online sesions, as well as research discoveries revolving around MSFT ID Platform.
Host: Scott Hanselman
Guest and Presenter: Christos Matskas '@christosmatskas'
Why roll your own identity architecture? It's not really recommended, but what service can you trust and what features will be helpful to your project (and organization)?
Christos says it is not your job to write your own ID layer.
Compromises continue to happen to organizations that take the complex route of 'rolling their own ID infrastructure'.
Identity might not be sexy, but it is a required service in today's tech-heavy world, and must be managed.
MSFT ID Platform is built on top of Open-ID technologies.
MSFT ID has hudreds of developers building, improving, and managing the ID Platform so you do not have to.
Why would you want to store your user's passwords? Breaches regularly make passwords available to hackers.
Azure Active Directory:
MSFT ID OOB Capabilities:
Note: You can bring your own library, not limited to MSFT OIDC Libraries.
Includes support for Android and iOS, as well as Windows.
Additional benefits here when using:
Easier to implement and integrate security into your application.
--auth name
to download and install libraries for Azure AD integration.ConfigureServices()
to add MicrosoftIdentityWebAppAuthentication(Configuration)
as an IServiceCollection services member.appsettings.json/AzureAd
.Note: This is a lot like Auth0 setup and configuration. MSFT I Platform will also do the redirect login screen.
Summary:
DONE!
AzureFriday An Intro to Microsoft Identity Platform.
Return to ContEd Index.
Return to Root README.