data "authentik_flow" "default_authorization_flow" { slug = "default-provider-authorization-implicit-consent" } data "authentik_certificate_key_pair" "default" { name = "auth.serguzim.me" } data "authentik_property_mapping_provider_scope" "default_scopes" { managed_list = [ "goauthentik.io/providers/oauth2/scope-email", "goauthentik.io/providers/oauth2/scope-openid", "goauthentik.io/providers/oauth2/scope-profile" ] } resource "authentik_user" "default" { username = "serguzim" name = "Tobias Reisinger" email = "tobias@msrg.cc" } resource "authentik_property_mapping_provider_scope" "minio" { name = "minio" scope_name = "minio" expression = <