peter-fe
peter-fe
Hi @mrparkers, You nailed it (once more), it's the Google one I was looking for ;). Thx for the link I'll give it a try. Best Peter
Great! I Think that's perfect!
Hey @mrparkers, Worked like a charm! Thank you! ``` resource "keycloak_oidc_google_identity_provider" "google" { realm = keycloak_realm.realm.id client_id = "" client_secret = "" trust_email = true store_token = false hosted_domain =...
#11063, would be a more general approach, what would also enable tolower() functionallity on policy side
Just another use case that would benefit from having go templating available like in other places (e.g.: [Username Templating](https://developer.hashicorp.com/vault/docs/concepts/username-templating)) We like to use JWT auth (via Github-Action Vault-Action) in combination...