Package | Description |
---|---|
com.broadleafcommerce.auth.user.web.endpoint |
Modifier and Type | Method and Description |
---|---|
protected Map<String,List<OAuth2IdentityProvider>> |
AuthenticationController.getOath2AuthenticationProviders()
Provides caching by the type of authorized client for the appropriate
OAuth2IdentityProvider for it. |
protected List<OAuth2IdentityProvider> |
AuthenticationController.getOath2AuthenticationProviders(@NonNull ClientIdentityProviderProperties.ClientProperties properties,
boolean isAdmin)
Looks at the
ClientRegistrations to determine which providers are
configured and then cross-checks that with the ClientIdentityProviderProperties.ClientProperties for the appropriate
type of AuthorizedClient that is making a request, either admin or commerce, to
filter the registered identity providers that are appropriate to show the user. |
Copyright © 2021. All rights reserved.