IdentityServer is an open source framework for building authorization servers that support a bunch of different authentication and authorization protocols, most importantly OAuth, OpenID Connect, and ADFS. In this session, you will learn about IdentityServer capabilities, how to embed it into a single Web app as a simple authorization and authentication solution that support token-based security, or to use it as a standalone authorization server that enables Single Sign On (SSO) across multiple applications.
You will learn:
- About IdentityServer's capabilities and how it compares to other options
- How to integrate IdentityServer into a single web application
- How to use IdentityServer as a standalone SSO authorization server