Enabling Authorization Server
Authorization Server is a service located on the platform and the Access Token generated from the server is sent back to the client from the platform.
To enable the Authorization Server, refer to the following steps:
Examine the authorization-server.properties file and ensure that all relevant parameters and values are set correctly. The file is located at
$MZ_HOME/etc/authorization-server/authorization-server.properties
. Please note that if you are using ‘file-based’ as storage, you do not need to manually create the folder as specified instorage.file-based.storage-location
, as it will be automatically created during platform startup.Refer to Authorization Server Properties for an example of the parameters.
Â
Startup the platform to enable the Authorization Server.
$ mzsh startup platform
To enable the https for Authorization Server, refer to HTTP Encryption.