Uses of Class
com.azure.resourcemanager.appservice.models.OpenIdConnectConfig
Packages that use OpenIdConnectConfig
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of OpenIdConnectConfig in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type OpenIdConnectConfigModifier and TypeClassDescriptionfinal classThe configuration settings of the endpoints used for the custom Open ID Connect provider.Methods in com.azure.resourcemanager.appservice.models that return OpenIdConnectConfigModifier and TypeMethodDescriptionstatic OpenIdConnectConfigOpenIdConnectConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OpenIdConnectConfig from the JsonReader.OpenIdConnectRegistration.openIdConnectConfiguration()Get the openIdConnectConfiguration property: The configuration settings of the endpoints used for the custom Open ID Connect provider.OpenIdConnectConfig.withAuthorizationEndpoint(String authorizationEndpoint) Set the authorizationEndpoint property: The endpoint to be used to make an authorization request.OpenIdConnectConfig.withCertificationUri(String certificationUri) Set the certificationUri property: The endpoint that provides the keys necessary to validate the token.OpenIdConnectConfig.withIssuer(String issuer) Set the issuer property: The endpoint that issues the token.OpenIdConnectConfig.withTokenEndpoint(String tokenEndpoint) Set the tokenEndpoint property: The endpoint to be used to request a token.OpenIdConnectConfig.withWellKnownOpenIdConfiguration(String wellKnownOpenIdConfiguration) Set the wellKnownOpenIdConfiguration property: The endpoint that contains all the configuration endpoints for the provider.Methods in com.azure.resourcemanager.appservice.models with parameters of type OpenIdConnectConfigModifier and TypeMethodDescriptionOpenIdConnectRegistration.withOpenIdConnectConfiguration(OpenIdConnectConfig openIdConnectConfiguration) Set the openIdConnectConfiguration property: The configuration settings of the endpoints used for the custom Open ID Connect provider.