Interface OauthConfiguration
- All Superinterfaces:
io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
OauthConfigurationProperties
public interface OauthConfiguration
extends io.micronaut.core.util.Toggleable
OAuth 2.0 Configuration.
- Since:
- 1.2.0
- Author:
- James Kleeh
-
Method Summary
Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Method Details
-
getLoginUri
- Returns:
- the login Uri
-
getCallbackUri
- Returns:
- the Callback Uri
-
getDefaultProvider
- Returns:
- the default authorization provider
-
getOpenid
- Returns:
- OpenID Connect Configuration
-