Resource Attributes
PingOne access tokens are signed JWTs (JSON Web Tokens) that include identity claims about and attributes of the requestor, usually a user identity. The resource attributes service lets you customize the content of access tokens by adding custom attributes and their values. This is a great way to convey additional information about the user to applications. Custom attributes have a cumulative length constraint of 16 Kb. Refer to Custom attributes in Schemas for more information.
Resource attributes are essentially custom identity claims associated with a resource. For example, suppose the clothing.preferences resource with scope sizes provides "clothing size" user claims in the token. By default, the sizes scope does not include a t-shirt size user claim. To include the user.tshirtSize user attribute as a user claim in the token, a resource attribute entity can be created that associates the tshirtSize attribute with the clothing.preferences resource. Then, for token requests to clothing.preferences with scope sizes, the tshirtSize user claim is included in the token. If the attribute is multiValued, then the claim will be an array of values. The following diagram shows the workflow:
For information about an access token’s core claims, refer to Access token claims. A token’s core identity claims cannot be modified or deleted.
Advanced resource attribute mapping
You can use PingOne’s expression language for advanced attribute mappings of a custom resource or the OpenID Connect resource. The supported expression language is an augmentation of SpEL. SpEL is a powerful expression language used for querying and manipulating an object graph at runtime.
|
For more information about PingOne’s expression language, refer to PingOne’s expression language. |
Resource attributes data model
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Boolean |
Optional |
Mutable |
A boolean that specifies whether the attribute mapping should be available in the ID Token. This property is applicable only when the application’s |
|
Boolean |
Optional |
Mutable |
A boolean that specifies whether the attribute mapping should be available through the |
|
String |
Required |
Mutable |
A string that specifies the name of the custom resource attribute to be included in the access token. The following are reserved names and cannot be used. These reserved names are applicable only when the resource’s type property is * acr * amr * aud * auth_time * client_id * env * exp * iat * iss * jti * org * p1.* (any name starting with the * scope * sid * sub |
|
String |
Optional |
Read-only |
A string that specifies the type of resource attribute. Options are: * * * |
|
String |
Required |
Mutable |
A string that specifies the value of the custom resource attribute. This value can be a placeholder that references an attribute in the user schema, expressed as |
Advanced resource attribute mapping events generated
Refer to Audit Reporting Events for the events generated.