You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-08-06 22:42:56 +02:00
chore: Added renovate configuration
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -1,27 +1,38 @@
|
||||
{
|
||||
"realm" : "master",
|
||||
"users" : [ {
|
||||
"id" : "3356c0a0-d4d5-4436-9c5a-2299c71c08ec",
|
||||
"createdTimestamp" : 1591297959169,
|
||||
"username" : "admin@example.com",
|
||||
"email" : "admin@example.com",
|
||||
"enabled" : true,
|
||||
"totp" : false,
|
||||
"emailVerified" : true,
|
||||
"credentials" : [ {
|
||||
"id" : "a1a06ecd-fdc0-4e67-92cd-2da22d724e32",
|
||||
"type" : "password",
|
||||
"createdDate" : 1591297959315,
|
||||
"secretData" : "{\"value\":\"6rt5zuqHVHopvd0FTFE0CYadXTtzY0mDY2BrqnNQGS51/7DfMJeGgj0roNnGMGvDv30imErNmiSOYl+cL9jiIA==\",\"salt\":\"LI0kqr09JB7J9wvr2Hxzzg==\"}",
|
||||
"credentialData" : "{\"hashIterations\":27500,\"algorithm\":\"pbkdf2-sha256\"}"
|
||||
} ],
|
||||
"disableableCredentialTypes" : [ ],
|
||||
"requiredActions" : [ ],
|
||||
"realmRoles" : [ "offline_access", "admin", "uma_authorization" ],
|
||||
"clientRoles" : {
|
||||
"account" : [ "view-profile", "manage-account" ]
|
||||
},
|
||||
"notBefore" : 0,
|
||||
"groups" : [ ]
|
||||
} ]
|
||||
"realm": "master",
|
||||
"users": [
|
||||
{
|
||||
"id": "3356c0a0-d4d5-4436-9c5a-2299c71c08ec",
|
||||
"createdTimestamp": 1591297959169,
|
||||
"username": "admin@example.com",
|
||||
"email": "admin@example.com",
|
||||
"enabled": true,
|
||||
"totp": false,
|
||||
"emailVerified": true,
|
||||
"credentials": [
|
||||
{
|
||||
"id": "a1a06ecd-fdc0-4e67-92cd-2da22d724e32",
|
||||
"type": "password",
|
||||
"createdDate": 1591297959315,
|
||||
"secretData": "{\"value\":\"6rt5zuqHVHopvd0FTFE0CYadXTtzY0mDY2BrqnNQGS51/7DfMJeGgj0roNnGMGvDv30imErNmiSOYl+cL9jiIA==\",\"salt\":\"LI0kqr09JB7J9wvr2Hxzzg==\"}",
|
||||
"credentialData": "{\"hashIterations\":27500,\"algorithm\":\"pbkdf2-sha256\"}"
|
||||
}
|
||||
],
|
||||
"disableableCredentialTypes": [],
|
||||
"requiredActions": [],
|
||||
"realmRoles": [
|
||||
"offline_access",
|
||||
"admin",
|
||||
"uma_authorization"
|
||||
],
|
||||
"clientRoles": {
|
||||
"account": [
|
||||
"view-profile",
|
||||
"manage-account"
|
||||
]
|
||||
},
|
||||
"notBefore": 0,
|
||||
"groups": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user