...
The storage configuration is used to determine where the data should be stored. For Database type storage, please see see Authorization Server Storage Database Schema(4.0) for more details on how to create the table for the Authorization server.
...
Management API
The Management API is used to provision scopes and register clients via HTTP. Clients need to be registered before any access token can be requested.
The Management API configuration is used to configure the base endpoint in the Authorization Server that will be used to host the Management API.
For more information on the function of the Management API, refer to to Management API
Parameter Name | Description | ||
---|---|---|---|
enable-basic-auth | Enable HTTP Basic Authentication for Management API
| ||
username | Username for HTTP Basic Authentication (if enabled) | ||
password | Password for HTTP Basic Authentication (if enabled). Must be encrypted using "mzsh encryptpassword" command |
JWT
...