parent
a10e42d448
commit
ae76ef9c0b
20 changed files with 365 additions and 100 deletions
|
@ -15,9 +15,9 @@ resource "authentik_provider_oauth2" "paperless" {
|
|||
]
|
||||
|
||||
property_mappings = [
|
||||
data.authentik_scope_mapping.scope-email.id,
|
||||
data.authentik_scope_mapping.scope-profile.id,
|
||||
data.authentik_scope_mapping.scope-openid.id,
|
||||
data.authentik_property_mapping_provider_scope.scope-email.id,
|
||||
data.authentik_property_mapping_provider_scope.scope-profile.id,
|
||||
data.authentik_property_mapping_provider_scope.scope-openid.id,
|
||||
]
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue