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

Add dynamic client registration #4286

Merged
merged 1 commit into from
Nov 9, 2020

Conversation

DeepDiver1975
Copy link
Member

@DeepDiver1975 DeepDiver1975 commented Nov 6, 2020

Description

This adds dynamic client registration to phoenix according to https://openid.net/specs/openid-connect-registration-1_0.html

Related Issue

????

How Has This Been Tested?

    "openIdConnect": {
      "authority": "https://ocis-bridge.owncloud.works",
      "scope": "openid profile email offline_access",
      "dynamic": true
    },

Screenshots (if appropriate):

Screenshot from 2020-11-09 09-55-59

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

Open tasks:

  • ...

@update-docs

This comment has been minimized.

@DeepDiver1975 DeepDiver1975 force-pushed the feature/dynamic-client-registration branch from 55d4405 to a7a0250 Compare November 9, 2020 08:58
@DeepDiver1975 DeepDiver1975 force-pushed the feature/dynamic-client-registration branch from a7a0250 to 1dea9ee Compare November 9, 2020 09:02
@DeepDiver1975 DeepDiver1975 self-assigned this Nov 9, 2020
Copy link
Collaborator

@LukasHirt LukasHirt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@LukasHirt LukasHirt merged commit 49d0699 into master Nov 9, 2020
@LukasHirt LukasHirt deleted the feature/dynamic-client-registration branch November 9, 2020 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants