Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.18 KB

identity-user.service.md

File metadata and controls

32 lines (23 loc) · 1.18 KB
Title Added Status Last reviewed
Identity user service
v3.0.0
Active
2019-02-08

Gets OAuth2 personal details and roles for users.

Class members

Methods

  • findUsersByUsername(username: string): Observable<any>
    Finds groups filtered by username.
    • username: string - Object containing the name filter string
    • Returns Observable<any> - List of users information

Details

OAuth2 defines an access token (used when authenticating a user) and a number of authentication roles that the user can participate in (see this page for an introduction to OAuth2 and a description of the roles). You can use the Identity user service to access this information for users, including the current user.

See also