Package com.azure.spring.aad
Class AADJwtDecoderProviderConfiguration
- java.lang.Object
-
- com.azure.spring.aad.AADJwtDecoderProviderConfiguration
-
public class AADJwtDecoderProviderConfiguration extends Object
Allows resolving configuration from an OpenID Provider Configuration or Authorization Server Metadata Request based on provided issuer and method invoked.
-
-
Constructor Summary
Constructors Constructor Description AADJwtDecoderProviderConfiguration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Object>getConfigurationForOidcIssuerLocation(String oidcIssuerLocation)Gets the configuration for OIDC issue location.
-