OpenIdConnectConfig Class
The configuration settings of the endpoints used for the custom Open ID Connect provider.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelOpenIdConnectConfig
Constructor
OpenIdConnectConfig(*, authorization_endpoint: str | None = None, token_endpoint: str | None = None, issuer: str | None = None, certification_uri: str | None = None, well_known_open_id_configuration: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
authorization_endpoint
|
The endpoint to be used to make an authorization request. |
token_endpoint
|
The endpoint to be used to request a token. |
issuer
|
The endpoint that issues the token. |
certification_uri
|
The endpoint that provides the keys necessary to validate the token. |
well_known_open_id_configuration
|
The endpoint that contains all the configuration endpoints for the provider. |
Variables
Name | Description |
---|---|
authorization_endpoint
|
The endpoint to be used to make an authorization request. |
token_endpoint
|
The endpoint to be used to request a token. |
issuer
|
The endpoint that issues the token. |
certification_uri
|
The endpoint that provides the keys necessary to validate the token. |
well_known_open_id_configuration
|
The endpoint that contains all the configuration endpoints for the provider. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python