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.