Skip to content

Commit

Permalink
Update Saml doc query provider url to support new keycloak versions
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhukiran9999 committed Sep 10, 2024
1 parent a12d123 commit f324761
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 @@ -7,7 +7,7 @@ data "external" "saml_idp_descriptor" {
program = ["${path.module}/bin/http_get.sh"]

query = {
url = "${var.kc_base_url}/auth/realms/${var.kc_realm}/protocol/saml/descriptor"
url = "${var.kc_base_url}/realms/${var.kc_realm}/protocol/saml/descriptor"
}
}

Expand Down

0 comments on commit f324761

Please sign in to comment.