Skip to content

Commit

Permalink
add owncloud scope to all clients
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Sep 13, 2021
1 parent 17899f4 commit 534d37b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"role_list",
"profile",
"roles",
"owncloud",
"email"
],
"optionalClientScopes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"role_list",
"profile",
"roles",
"owncloud",
"email"
],
"optionalClientScopes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"role_list",
"profile",
"roles",
"owncloud",
"email"
],
"optionalClientScopes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@
"authenticationFlowBindingOverrides" : { },
"fullScopeAllowed" : true,
"nodeReRegistrationTimeout" : -1,
"defaultClientScopes" : [ "web-origins", "profile", "roles", "email" ],
"defaultClientScopes" : [ "web-origins", "profile", "roles", "owncloud", "email" ],
"optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ]
}, {
"id" : "6ae0e3da-38ff-47a4-a76e-b59eec0a2de9",
Expand Down Expand Up @@ -612,7 +612,7 @@
"authenticationFlowBindingOverrides" : { },
"fullScopeAllowed" : true,
"nodeReRegistrationTimeout" : -1,
"defaultClientScopes" : [ "web-origins", "profile", "roles", "email" ],
"defaultClientScopes" : [ "web-origins", "profile", "roles", "owncloud", "email" ],
"optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ]
}, {
"id" : "d7a10629-dba5-4fdb-8da6-3e6e88cc297b",
Expand Down Expand Up @@ -874,7 +874,7 @@
"authenticationFlowBindingOverrides" : { },
"fullScopeAllowed" : true,
"nodeReRegistrationTimeout" : -1,
"defaultClientScopes" : [ "web-origins", "profile", "roles", "email" ],
"defaultClientScopes" : [ "web-origins", "profile", "roles", "owncloud", "email" ],
"optionalClientScopes" : [ "address", "phone", "offline_access", "microprofile-jwt" ]
} ],
"clientScopes" : [ {
Expand Down

0 comments on commit 534d37b

Please sign in to comment.