access-control-provider
Identity management service provider name
Since R2018b
Syntax
--access-control-provider provider
Description
--access-control-provider
enables access control using generic identity
providers for applications deployed to a server.
You can set either the --access-control-provider
property or the
ssl-allowed-client
property. If you set both, the server fails to start.
Parameters
provider
specifies the identity provider that MATLAB®
Production Server™ uses for application access control. Supported values for
provider
include OAuth2
.
Examples
For on-premises server instances created using the command line, update this server configuration property in the
main_config
server configuration file.For on-premises server instances created using the dashboard and for server deployments in the cloud, use the dashboard and cloud dashboard, respectively, to update the server configuration property.
Configure Using Command Line
In the main_config
file, set the
access-control-provider
property to the following:
--access-control-provider OAuth2
Configure Using Dashboard
In the dashboard, in the Settings tab of your server instance, under Advanced, enter the following for the Additional Options property:
--access-control-provider OAuth2