This commit is contained in:
Yann Esposito (Yogsototh) 2018-06-04 21:54:38 +02:00
parent cb84f57186
commit be139403bb
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -2,10 +2,10 @@ var oauthURLPrefix="http://localhost:9001";
var oauthServerUrl=oauthURLPrefix + "/iroh/oauth2/authorize"; var oauthServerUrl=oauthURLPrefix + "/iroh/oauth2/authorize";
var oauthServerTokenUrl=oauthURLPrefix + "/iroh/oauth2/token"; var oauthServerTokenUrl=oauthURLPrefix + "/iroh/oauth2/token";
var resourceProviderTestEndpoint=oauthURLPrefix + "/iroh/iroh-ui-settings/whoami" ; var resourceProviderTestEndpoint=oauthURLPrefix + "/iroh/iroh-ui-settings/whoami" ;
var response_type="token"; var response_type="code";
var client_id="localtest"; var client_id="localtest";
var client_password = "localpass"; var client_password = "localpass";
var redirect_uri="http://localhost:9999/implicit.html"; var redirect_uri="http://localhost:9999/code.html";
var scopes=[ "private-intel" var scopes=[ "private-intel"
, "ui-settings" , "ui-settings"
// , inexistant // , inexistant