-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
graph: Fix role-id extraction from token
We can't use ReadPlainFromOpaque here since the OpaqueEntry entry is "json" encoded (not "plain"). Fixes: #3893
- Loading branch information
1 parent
097da34
commit 2918633
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Bugfix: Fix user autoprovisioning | ||
|
||
We've fixed the autoprovsioning feature that was introduced in beta2. Due to a bug | ||
the role assignment of the privileged user that is used to create accounts wasn't | ||
propagated correctly to the `graph` service. | ||
|
||
https://github.com/owncloud/ocis/issues/3893 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters