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

Extends fallback values for register_site command #38

Closed
yuriyz opened this issue Aug 5, 2016 · 4 comments
Closed

Extends fallback values for register_site command #38

yuriyz opened this issue Aug 5, 2016 · 4 comments
Assignees
Milestone

Comments

@yuriyz
Copy link
Contributor

yuriyz commented Aug 5, 2016

{
"op_host": "https://ce-dev.gluu.org",
"redirect_uris" : [ "https://www.myapplication.com/welcome" ],
"logout_redirect_uri" : "https://www.myapplication.com/logout",
"scope" : [ "openid", "profile"],
"acr_values" : [ "basic", "duo","u2f","gplus", "oxpush2" ]
}
[19:24:26] Gluu - Michael Schwartz: here's what I think the minimum config I'd need
[19:24:29] Gluu - Michael Schwartz: 1) where is oxd...
[19:24:40] Gluu - Michael Schwartz: 2) what are my clients login / logout URIs
[19:24:43] Gluu - Michael Schwartz: 3) scopes requested
[19:24:47] Gluu - Michael Schwartz: 4) acrs...

@yuriyz yuriyz added this to the 2.4.5 milestone Aug 5, 2016
@yuriyz yuriyz self-assigned this Aug 5, 2016
@nynymike
Copy link
Contributor

nynymike commented Aug 5, 2016

even acrs is optional... no acr is ok.

@nynymike
Copy link
Contributor

nynymike commented Aug 9, 2016

oxd-default-site-config.json can contain default values.

@nynymike nynymike closed this as completed Aug 9, 2016
@yuriyz
Copy link
Contributor Author

yuriyz commented Aug 9, 2016

reopened issue. Need to add op_host to oxd-defalut-site-config.json as well as other parameters. Also lets remove parameters that can confuse or lead to misunderstanding (like application_type which is always web for oxd.)

@yuriyz yuriyz reopened this Aug 9, 2016
yuriyz added a commit that referenced this issue Aug 9, 2016
yuriyz added a commit that referenced this issue Aug 10, 2016
…ri, redirect_uris, client_jwk_uri, contacts
@yuriyz yuriyz modified the milestones: CE 2.4.4, 2.4.5 Aug 10, 2016
@yuriyz
Copy link
Contributor Author

yuriyz commented Sep 14, 2016

op_host is added as well as other parameters.

@yuriyz yuriyz closed this as completed Sep 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants