You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BaseClientDetails class holds detailed information about OAuth clients. This information is stored under /sys/clients and stores client authorization details pertaining to the OAuth specification.
When a client attempts to access an OAuth protected resource, the authorization specific details such as scope, grant_type, authorities, and client_id are obtained through the EvoClientDetailsService which returns a BaseClientDetails object.
NOTE that a user/client must first authenticate and therefore must have a valid account. See EvoUser for authentication specifics. At this time, the client_id must also match a valid username.