Skip to content

Conversation

@wallforfry
Copy link

This Merge Request allow the ressourceOwner to get more informations about user by token introspection.

Add getResourceOwnFromIntrospectedToken to allow ResourceOwner to have more informations like user Roles
Update example to use getResourceOwnerFromIntrospectedToken
Update Readme for getResourceOwnerFromIntrospectedToken
{
return $this->getBaseUrlWithRealm() . '/protocol/openid-connect/token/introspect';
}

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.
With this token introspection would finally work!

@stevenmaguire
Copy link
Owner

I've invited @mstefan21 as a collaborator on this project. He may be able to evaluate this and push it through.

return $this->getBaseUrlWithRealm() . '/protocol/openid-connect/logout';
}

private function fetchIntrospectToken(AccessToken $token) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix your code, to same coding style (opening bracet on new line) and fill PHPDoc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants