12 lines
327 B
HCL
12 lines
327 B
HCL
output "provider_id" {
|
|
value = authentik_provider_saml.prj.id
|
|
}
|
|
|
|
output "metadata_url" {
|
|
value = "https://${data.kubernetes_ingress_v1.authentik.spec[0].rule[0].host}/api/v3/providers/saml/${authentik_provider_saml.prj.id}/metadata/?download"
|
|
}
|
|
|
|
output "saml_certificate_secret_name" {
|
|
value = "${local.app_slug}-saml"
|
|
}
|