Skip to content

add roles claim and roles metadata from RP #11

@dickhardt

Description

@dickhardt

To support IPSIE IL3 https://github.com/openid/ipsie/blob/main/ipsie-levels.md

RP would provide a roles claim that is an array of objects with id and display properties and optional description property.

"roles": [ {
    "id": "123456",
   "display": "administrator",
   "description": "All administrative access to create, read, update, and delete resources"
} ]

OPs could include a roles claim in ID Tokens or activate or maintain commands that would be an array of role identifiers

"roles": ["123456"]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions