...
Info | ||
---|---|---|
| ||
aid: The authentication ID key tracked by the database. uid: The user's Drupal ID. authname: The user's unique identifier from the external system. module: The module responsible for authenticating the user. This is usually the custom SSO implementation of the client. |
Code Block | ||
---|---|---|
| ||
{ "self":"https://your-domain.com/authmap?authname=external_user_500", "first":"https://your-domain.com/authmap?authname=external_user_500\u0026page=0", "last":"https://your-domain.com/authmap?authname=external_user_500\u0026page=0", "list":[ { "aid":"2", "uid":"229", "authname":"external_user_500", "module":"client_sso" } ] } |