Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Implement custom grant type client_authenticated_user #39

@stevehu

Description

@stevehu

For this grant type, the client application(normally will be web server) is responsible for authenticating user (single sign on most of the case) and send user info to the token endpoint to get access token. The passed in user info must contain the following fields.

userId
userType

Any other fields will be added to the JWT claim automatically.

This is the requirement from one of our clients as they have single sign on already on their web server and need to get a token to access APIs.

Metadata

Metadata

Assignees

No one assigned

    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