Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoprovisioning of user broken in beta2 #3893

Closed
rhafer opened this issue May 30, 2022 · 0 comments · Fixed by #3894
Closed

Autoprovisioning of user broken in beta2 #3893

rhafer opened this issue May 30, 2022 · 0 comments · Fixed by #3894
Labels

Comments

@rhafer
Copy link
Contributor

rhafer commented May 30, 2022

Describe the bug

User autoprovisioning in beta2 fails. The logs seems to indicate the that auth middleware in the graph service fails to extract the roles from the token used for the provisioning user.

This seems to be cause by a issue that sneaked in during review (#3860 (comment))

rhafer added a commit to rhafer/ocis that referenced this issue May 30, 2022
We can't use ReadPlainFromOpaque here since the OpaqueEntry entry is
"json" encoded (not "plain").

Fixes: owncloud#3893
rhafer added a commit to rhafer/ocis that referenced this issue May 30, 2022
We can't use ReadPlainFromOpaque here since the OpaqueEntry entry is
"json" encoded (not "plain").

Fixes: owncloud#3893
dragonchaser pushed a commit that referenced this issue Jun 1, 2022
We can't use ReadPlainFromOpaque here since the OpaqueEntry entry is
"json" encoded (not "plain").

Fixes: #3893
dragonchaser pushed a commit that referenced this issue Jun 7, 2022
We can't use ReadPlainFromOpaque here since the OpaqueEntry entry is
"json" encoded (not "plain").

Fixes: #3893
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant