Skip to content

Commit

Permalink
Ensure acme-apps realm config can be applied
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdarimont committed Sep 24, 2024
1 parent a741289 commit c96daac
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/stage/dev/realms/acme-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ clients:

identityProviders:
- alias: "idp-acme-internal"
displayName: "Acme Employee Login"
displayName: "Acme Internal Login"
providerId: "oidc"
enabled: true
updateProfileFirstLoginMode: on
Expand Down Expand Up @@ -330,7 +330,7 @@ identityProviders:
addReadTokenRoleOnCreate: false
authenticateByDefault: false
linkOnly: false
firstBrokerLoginFlowAlias: "first broker login"
# firstBrokerLoginFlowAlias: "first broker login"
# postBrokerLoginFlowAlias: "Custom Post Broker Login"
config:
guiOrder: "1000"
Expand Down Expand Up @@ -467,7 +467,6 @@ authenticationFlows:
userSetupAllowed: false
autheticatorFlow: false


- alias: "Custom Post Broker Login"
description: "Custom Post Broker Login with logging"
providerId: "basic-flow"
Expand All @@ -481,4 +480,6 @@ authenticationFlows:

authenticatorConfig:
- alias: "acme-debug-auth-post-broker"
config: {}
config: {}

# deploy

0 comments on commit c96daac

Please sign in to comment.