OpenId Connect
To enable authentication via OpenId Connect the following properties must be configured in nifi.properties.
Property Name | Description |
---|---|
|
The preferred algorithm for for validating identity tokens. If this value is blank, it will default to |
|
The discovery URL for the desired OpenId Connect Provider (http://openid.net/specs/openid-connect-discovery-1_0.html). |
|
Connect timeout when communicating with the OpenId Connect Provider. |
|
Read timeout when communicating with the OpenId Connect Provider. |
|
The client id for NiFi after registration with the OpenId Connect Provider. |
|
The client secret for NiFi after registration with the OpenId Connect Provider. |