Searched defs:OAUTH2_AUTHORIZE_ENDPOINT (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/workflow/
H A DConfigureOAuth2.java190 private static final String OAUTH2_AUTHORIZE_ENDPOINT = "/oauth2{0}/authorize?*"; field in class:ConfigureOAuth2
234 String policyURL = getRequestURL(params) + format(OAUTH2_AUTHORIZE_ENDPOINT, "/".equals(realm) ? "" : realm);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/workflow/
H A DConfigureOAuth2.java192 private static final String OAUTH2_AUTHORIZE_ENDPOINT = "/oauth2{0}/authorize?*"; field in class:ConfigureOAuth2
236 String policyURL = getRequestURL(params) + format(OAUTH2_AUTHORIZE_ENDPOINT, "/".equals(realm) ? "" : realm);

Completed in 425 milliseconds