This commit is contained in:
2024-01-24 16:12:35 +01:00
parent fe67299dfd
commit e29893226d

View File

@@ -2,6 +2,9 @@ output "provider-id" {
value = authentik_provider_oauth2.oauth2.id value = authentik_provider_oauth2.oauth2.id
} }
output "sso_signout_url" {
value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/application/o/${var.component}-${var.instance}/end-session/"
}
output "sso_configuration_url" { output "sso_configuration_url" {
value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/application/o/${var.component}-${var.instance}" value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/application/o/${var.component}-${var.instance}"
} }