Correct authentication flows for Gitea
parent
4f02ff777e
commit
5fb3879f5b
2
main.tf
2
main.tf
|
|
@ -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}/*"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue