Skip to content

Make client id as configurable claim for REST auth #2204

@GMishx

Description

@GMishx

Description

While using client credentials flow for REST API authentication, the client id claim used to authorize request is implementation dependent. Thus it should be configurable by admins.

The client_id claim is currently hard coded and should be configurable.

$clientId = $jwtTokenDecoded->{'client_id'};

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions