OpenId Connect
To enable authentication via OpenId Connect the following properties must be configured in nifi.properties.
Property Name | Description |
---|---|
|
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. |
|
The preferred algorithm for validating identity tokens. If this value is blank, it will default to |
|
Comma separated scopes that are sent to OpenId Connect Provider in addition to |
|
Claim that identifies the user to be logged in; default is |
|
Comma separated possible fallback claims used to identify the user in case |