Correct authentication flows for Gitea

zot
Dan Ankers 2023-09-28 19:25:31 +01:00
parent 4f02ff777e
commit 5fb3879f5b
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ resource "keycloak_openid_client" "gitea_client" {
enabled = true enabled = true
access_type = "CONFIDENTIAL" access_type = "CONFIDENTIAL"
standard_flow_enabled = true
implicit_flow_enabled = true
valid_redirect_uris = [ valid_redirect_uris = [
"https://gitea.${var.domain_suffix}/*" "https://gitea.${var.domain_suffix}/*"
] ]