public interface WellKnownProviderFactory extends ProviderFactory<WellKnownProvider>
Modifier and Type | Method and Description |
---|---|
default String |
getAlias()
Alias, which will be used as URL suffix of this well-known provider.
|
default int |
getPriority()
Use low priority, so custom implementation with alias "openid-configuration" will win over the default implementation
with alias "openid-configuration", which is provided by Keycloak (OIDCWellKnownProviderFactory).
|
default String getAlias()
getPriority()
default int getPriority()
Copyright © 2021 JBoss by Red Hat. All rights reserved.