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

Manage Sector Identifier URLs #183

Closed
nynymike opened this issue Dec 28, 2015 · 0 comments
Closed

Manage Sector Identifier URLs #183

nynymike opened this issue Dec 28, 2015 · 0 comments
Assignees

Comments

@nynymike
Copy link
Contributor

In OpenID Connect, a sector_identifier url identify a list of redirect_uris: See http://openid.net/specs/openid-connect-registration-1_0.html#SectorIdentifierValidation

It would be convenient if this list of redirect_uri's could be managed from the oxTrust GUI. We may need to create a new LDAP objectclass and ou to persist this data:

inum=<guid>,ou=sector_identifiers,o=<org-inum>,o=gluu
objectclass: top
objectclass: oxSectorIdentifier
inum: <guid>
oxAuthRedirectURI: https://example.com/application1
oxAuthRedirectURI: https://example.com/application2

The oxTrust page should display the URL to reach them, the list of clients, and a way for the admin to search for and select additional clients.

These sector_identifier_uri pages should be public and served by oxAuth (because oxTrust may not be Internet facing).

qbert2k added a commit that referenced this issue Jan 15, 2016
…URLs

oxTrust #183: Manage Sector Identifier URLs
@qbert2k qbert2k closed this as completed Jan 19, 2016
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

No branches or pull requests

2 participants