KEYCLOAK-11602 Add token exchange test to OpenShift 3 social login test
This commit is contained in:
parent
bf5cca52a4
commit
b13fa2d16a
1 changed files with 3 additions and 0 deletions
|
@ -230,14 +230,17 @@ public class SocialLoginTest extends AbstractKeycloakTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@UncaughtServerErrorExpected
|
||||
public void openshiftLogin() {
|
||||
setTestProvider(OPENSHIFT);
|
||||
performLogin();
|
||||
assertUpdateProfile(false, false, true);
|
||||
assertAccount();
|
||||
testTokenExchange();
|
||||
}
|
||||
|
||||
@Test
|
||||
@UncaughtServerErrorExpected
|
||||
public void openshift4Login() {
|
||||
setTestProvider(OPENSHIFT4);
|
||||
performLogin();
|
||||
|
|
Loading…
Reference in a new issue