Skip to content

Implement user provisioning on bearer token request with access token (userinfo validator) #1258

@julien-nc

Description

@julien-nc

closes #1255

When using an access token as a bearer token to make API requests, the user can't currently be properly provisioned. The authentication works but the userinfo validator does not have a provisioning strategy.

// TODO implement provisioning over user info endpoint

We could use the attributes we get from the userinfo endpoint to provision the user.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions