No more sercretString dans oauth2

This commit is contained in:
2024-05-17 16:10:54 +02:00
parent 1c42b356c1
commit 8e883d012e
7 changed files with 88 additions and 33 deletions

View File

@@ -26,3 +26,9 @@ variable "backchannel_providers" {
type = list(number)
default = null
}
variable "attributes" {
default = {enable = true}
}
variable "sub_groups_attributes" {
default = []
}