Architectural Resource
Resources
Resource Initialization
On startup of the Shield server, the resource initialization process is triggered.
Create API User
For any client related operations Like login, logout, password reset, etc. the API user is required. There can be more than one API user for a client and each API user can have different role.
User Registration
An API user can create or register a new user to its own client.
Login
Once the will reach healthy state then Admin Login api can be used for creation of the API Key.
Refresh Token
Refresh token is used to refresh the session and generate a new set of token so that the user can continue to use the client without having to login again.
Introspection
Introspection is used to get the current state of the token. Currently, we support only the access_token introspection.
Edit on GitHub
Last updated on