| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectConfig |
OpenIdConnectRegistration.openIdConnectConfiguration()
Get the openIdConnectConfiguration property: The configuration settings of the endpoints used for the custom Open
ID Connect provider.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withAuthorizationEndpoint(String authorizationEndpoint)
Set the authorizationEndpoint property: The endpoint to be used to make an authorization request.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withCertificationUri(String certificationUri)
Set the certificationUri property: The endpoint that provides the keys necessary to validate the token.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withIssuer(String issuer)
Set the issuer property: The endpoint that issues the token.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withTokenEndpoint(String tokenEndpoint)
Set the tokenEndpoint property: The endpoint to be used to request a token.
|
OpenIdConnectConfig |
OpenIdConnectConfig.withWellKnownOpenIdConfiguration(String wellKnownOpenIdConfiguration)
Set the wellKnownOpenIdConfiguration property: The endpoint that contains all the configuration endpoints for the
provider.
|
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectRegistration |
OpenIdConnectRegistration.withOpenIdConnectConfiguration(OpenIdConnectConfig openIdConnectConfiguration)
Set the openIdConnectConfiguration property: The configuration settings of the endpoints used for the custom Open
ID Connect provider.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.