-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
enhancementNew feature or requestNew feature or requestquality improvementQuality improvementQuality improvement
Milestone
Description
Requirement
Issue for consideration
Token management
List
Currently, do not manage issued tokens.
→ Changed to persist the issued token.
Revoke
Web API exists, but there is no administrator tool.
Update of token information
There is possibility that the expiration date and scope need to be updated.
However, this implementation needs to be changed to the implementation
which takes out expiration date and scope from store using "jti" of access_token.
Scope control
Hybrid flow token
Add a feature to narrow the scope of tokens
that is passed to the front-end per each client.
Currently, the can only narrow by implement code per IdP.
Use RequestObject
Managed by client using RequestObject.
Reference
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquality improvementQuality improvementQuality improvement