web analytics

A Guide to Claims-Based Identity and Access Control (2nd Edition)

Options
@2022-03-19 13:47:17

Claims-based identity allows you to factor out the authentication logic from individual applications. Instead of the application determining who the user is, it receives claims that identify the user.

Claims-based applications expect to receive claims about the user, but they don’t care about which identity store those claims come
from. These applications are loosely coupled to identity. This is one of the biggest benefits of claims-based identity.

Comments

You must Sign In to comment on this topic.


© 2024 Digcode.com