Skip to content

Quality improvement based on implementation knowledge. #111

@daisukenishino2

Description

@daisukenishino2

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

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions