Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 NameDescription
enable-basic-auth

Enable HTTP Basic Authentication for Management API

Info

It is recommended to have enable-basic-auth set to true. This is so the list of clients and scope will not be accessible to anyone without the proper credentials mentioned below.


username
Username for HTTP Basic Authentication (if enabled)
password
Password for HTTP Basic Authentication (if enabled). Must be encrypted using "mzsh encryptpassword" command


JWT

...