OpenIdConnectClientCredential Class
The authentication client credentials of the custom Open ID Connect provider.
- Inheritance
-
OpenIdConnectClientCredential
Constructor
OpenIdConnectClientCredential(*, method: Optional[str] = None, client_secret_setting_name: Optional[str] = None, **kwargs)
Parameters
- method
- str
Required
The method that should be used to authenticate the user. The only acceptable values to pass in are None and "ClientSecretPost". The default value is None.
- client_secret_setting_name
- str
Required
The app setting that contains the client secret for the custom Open ID Connect provider.
Feedback
Submit and view feedback for