Add CommonUserRoles section to appsettings.json
Added "CommonUserRoles" array with roles: Admin, UserManager, ContentManager, and Signatory to appsettings.json for improved role management configuration. No other changes made.
This commit is contained in:
@@ -15,6 +15,12 @@
|
|||||||
"Root": "DC=dd-gan,DC=local,DC=digitaldata,DC=works"
|
"Root": "DC=dd-gan,DC=local,DC=digitaldata,DC=works"
|
||||||
},
|
},
|
||||||
"Issuer": "auth.digitaldata.works",
|
"Issuer": "auth.digitaldata.works",
|
||||||
|
"CommonUserRoles": [
|
||||||
|
"Admin",
|
||||||
|
"UserManager",
|
||||||
|
"ContentManager",
|
||||||
|
"Signatory"
|
||||||
|
],
|
||||||
"LocalConsumer": {
|
"LocalConsumer": {
|
||||||
"Id": -1,
|
"Id": -1,
|
||||||
"Name": "auth-flow",
|
"Name": "auth-flow",
|
||||||
|
|||||||
Reference in New Issue
Block a user