-
Notifications
You must be signed in to change notification settings - Fork 808
Closed
Labels
Description
So I have been looking around in the documentation to find out how to provide user details from the authentication server to the resource server but to no avail (only username is provided.)
I have created the auth server and the resource server and I'm able to get the API data from the resource server to my client using the access token provided by the auth server. But I need to be able to filter the data according to details of the user which is why I have to provide the user details to the resource server.
How can I accomplish that using this library? or what should I override to get what I need?
Usouf