Skip to content

Commit

Permalink
Merge pull request #4 from BCDevOps/display-name-change
Browse files Browse the repository at this point in the history
Change display name for the keycloak identy provider
  • Loading branch information
wrnu authored Jan 25, 2024
2 parents 01ce6e3 + 697a037 commit dcc0476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ resource "keycloak_oidc_identity_provider" "idir_identity_provider" {
realm = data.keycloak_realm.realm.id
provider_id = "oidc"
alias = "azureidir"
display_name = "Azure AD OIDC"
display_name = "IDIR - MFA"
enabled = true
store_token = false
first_broker_login_flow_alias = "first broker login"
Expand Down

0 comments on commit dcc0476

Please sign in to comment.