custom realm name
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
order authorize before reverse_proxy
|
||||
security {
|
||||
oauth identity provider generic {
|
||||
realm generic
|
||||
realm mine
|
||||
driver generic
|
||||
client_id {$OAUTH_CLIENT_ID}
|
||||
client_secret {$OAUTH_CLIENT_SECRET}
|
||||
@@ -22,16 +22,17 @@
|
||||
ui {
|
||||
links {
|
||||
"My Identity" "/whoami" icon "las la-user"
|
||||
"Jellyfin" https://jellyfin.{$SUBDOMAIN}.{$DOMAIN} icon "las la-play"
|
||||
}
|
||||
}
|
||||
|
||||
transform user {
|
||||
match realm generic
|
||||
match realm mine
|
||||
action add role authp/user
|
||||
}
|
||||
|
||||
transform user {
|
||||
match realm generic
|
||||
match realm mine
|
||||
|
||||
# Give this account admin role in the auth portal
|
||||
match email rik.veenboer@gmail.com
|
||||
|
||||
Reference in New Issue
Block a user