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

[FEATURE REQUEST] OIDC Dynamic Client Registration support #3054

Closed
12 tasks done
jesmrec opened this issue Jan 18, 2021 · 0 comments · Fixed by #3073
Closed
12 tasks done

[FEATURE REQUEST] OIDC Dynamic Client Registration support #3054

jesmrec opened this issue Jan 18, 2021 · 0 comments · Fixed by #3073

Comments

@jesmrec
Copy link
Collaborator

jesmrec commented Jan 18, 2021

This issue tracks support for OIDC Dynamic Client Registration support

Info about it:

New endpoint register is available to get the client_id and secret_id that will be used in the token request. The location of the endpoint is available on .well-known. The secret_id has its own validity time.

OIDC Dynamic Client Registration is available on ocis.owncloud.works.

Other clients' stuff:

iOS-sdk commit: owncloud/ios-sdk@85e09cb
Desktop client PR: owncloud/client#8350
Web: owncloud/web#4286

TASKS

  • Research (if needed)
  • Create branch feature/oidc_dynamic_client_registration
  • Development tasks
    • Create a new remote operation to register a new client (library)
    • Create a new use case to register a new client
    • Call new use case when needed
    • Handle token renewal
    • Add unit tests
  • Code review and apply changes requested
  • Design test plan
  • QA
  • Merge branch feature/oidc_dynamic_client_registration into master

PR

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

Successfully merging a pull request may close this issue.

1 participant