Skip to content

Commit

Permalink
Merge pull request #53 from cuioss/feature/oauth-mp-config
Browse files Browse the repository at this point in the history
oauth mp config
  • Loading branch information
cuioss committed Jul 30, 2024
2 parents c33c6ab + aab0700 commit a021952
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Name of this MicroProfile-Config source
config_name=portal-authentication-oauth

# Defines the client-id of the portal-application.
# This is provided / maintained by the corresponding SSO-Server.
# Must be set by the installation.
Expand Down Expand Up @@ -58,3 +60,7 @@ authentication.oidc.validation.enabled=true
# defaults to '.well-known/openid-configuration'.
# In case of #type being "keycloak" this setting will be ignored.
authentication.oidc.server.discovery_path=.well-known/openid-configuration

# The external (i.e. not cluster internal) hostname of the authentication service provider.
# This hostname is used to e.g. calculate the redirect uri for the web-browser.
#authentication.externalHostname=

0 comments on commit a021952

Please sign in to comment.