Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Current »

How claims, tokens, and the authentication process help to grant access to an application.

Claim Definition : A token gets transmitted as a stream of bytes during transmission over a network (intranet/internet). Further, it contains user-specific information in claim format. Each claim includes the user’s name, age, manager’s name, and group name. For receiver-end verification, the token has a digital signature.

How does CBA work ?

Establish trudt between the RP and the STS means :

  • Sharing federation metadata

  • Using the RP’s public key, the STS encrypts the tokens

  • The RP uses the STS’s public key to verify tokens from STS

  • The RP uses its private key to decrypt the token and extract the claims from it

  • No labels