access-control-config
Path to the identity management service provider configuration file
Since R2018b
Syntax
--access-control-config path
Description
--access-control-config
specifies the
path to the identity provider specific configuration file. Specifying this property is
optional. The default path for the OAuth2 identity provider is
path
./config/jwt_idp.json
.
If you enable access control on a server instance by specifying the access-control-provider
property, the access control configuration file must
exist in path
; otherwise, the server instance fails to
start.
Parameters
path
specifies the path to access the configuration
file.
Examples
Specify the path to the OAuth2 configuration file.
--access-control-config ./config/jwt_idp.json