Skip to content

Commit

Permalink
fixup! Update role scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Janelle Law committed Dec 7, 2021
1 parent 2c1ba6e commit c0369fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class OpenShiftAuthManagerTest {
"client_id=system%3Aserviceaccount%3Anamespace%3Aoauth-client-id";
static final String OAUTH_TOKEN_PARAMS = "response_type=token&response_mode=fragment";
static final String OAUTH_ROLE_SCOPE =
"scope=user%3Acheck-access+role%3Aoauth-role-scope%3Anamespace";
"scope=user%3Ainfo+role%3Aoauth-role-scope%3Anamespace";
static final String OAUTH_QUERY_PARAMETERS =
String.format("?%s&%s&%s", OAUTH_CLIENT_ID, OAUTH_TOKEN_PARAMS, OAUTH_ROLE_SCOPE);
static final String EXPECTED_REDIRECT_URL = AUTHORIZATION_URL + OAUTH_QUERY_PARAMETERS;
Expand Down

0 comments on commit c0369fb

Please sign in to comment.