Relying Party attribute types

The Relying Party can use specific attribute types during advanced configuration.

In mapping rules, the attribute operation, of type urn:ibm:SAM:oidc:rp:operation runs the mapping rule code for the STSUU operation for the intended entry point. Based on the operation type, attributes of the necessary attribute type are specified, as shown in the following tables.

Attribute types that are used for responses from /authorize, /token, and /userinfo.

-->
Attribute type Description Usage
urn:id_token:attribute:implicit If an id_token is returned from /authorize, the id_token claims have this type. read
urn:id_token:attribute:token If an id_token is returned from /token, the id_token claims have this type. read
urn:ibm:SAM:oidc:rp:userinfo:rsp:param If a /userinfo request is made, the response properties have this type. read
urn:ibm:SAM:oidc:rp:token:rsp:param If a request to /token is made, the response parameters have this type. For example, access_token, expires_in, and scope. read
urn:ibm:SAM:oidc:rp:authorize:rsp:paramf The response parameters from /authorize. For example, state. If an implicit flow is run, an access_token or id_token might be present with this type. read


Parent topic: Authentication with OpenID Connect Relying Party