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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/workflow/
H A DConfigureOAuth2.java108 private static final Set<String> OIDC_DEFAULT_SCOPES = asSet("openid", "profile", "email", "address", "phone"); field in class:ConfigureOAuth2
123 .put(DEFAULT_SCOPES, OIDC_DEFAULT_SCOPES)
137 .addAll(OIDC_DEFAULT_SCOPES).add("uma_protection").add("uma_authorization").build())
/forgerock/openam/openam-console/src/main/java/com/sun/identity/workflow/
H A DConfigureOAuth2.java109 private static final Set<String> OIDC_DEFAULT_SCOPES = asSet("openid", "profile", "email", "address", "phone"); field in class:ConfigureOAuth2
125 .put(DEFAULT_SCOPES, OIDC_DEFAULT_SCOPES)
139 .addAll(OIDC_DEFAULT_SCOPES).add("uma_protection").add("uma_authorization").build())

Completed in 50 milliseconds