Claims Provider Plugin#

Plugin Descriptor interface:

ClaimsProviderPluginDescriptor

Claims Provider Plugin implementations provide the functionality required for the server to be able to resolve values for claims .

Claims are closely related to scopes. Usually, a scope is nothing more than a group of claims. For example, the OpenID Connect specification defines several scopes and describes what scopes are associated with what claims.

Prefix scopes are treated specially. They always contain a single claim, namely the scope prefix itself, with the claim value always being the scope suffix. For this reason, the Curity Identity Server will resolve claims from prefix scopes without asking for a claim value provider to do it.

See Claims Value Provider for information about the existing Claims Provider Plugins.

Was this helpful?