Changes that I cannot remember
This commit is contained in:
parent
36bb4565ac
commit
846fca77c1
2 changed files with 51 additions and 1 deletions
|
@ -9,7 +9,8 @@ resource "authentik_provider_oauth2" "jellyfin" {
|
|||
authorization_flow = data.authentik_flow.default-provider-authorization-implicit-consent.id
|
||||
|
||||
redirect_uris = [
|
||||
"https://jellyfin.lab.cowley.tech/sso/OID/start/authentik"
|
||||
"https://jellyfin.lab.cowley.tech/sso/OID/start/authentik",
|
||||
".*",
|
||||
]
|
||||
|
||||
property_mappings = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue