use of com.predic8.membrane.core.interceptor.oauth2.parameter.ClaimsParameter in project service-proxy by membrane.
the class ClaimsParameterTest method testParsingNoIdToken.
@Test
public void testParsingNoIdToken() throws Exception {
cp = new ClaimsParameter(createSupportedClaims("email"), OAuth2TestUtil.getMockClaims());
assertEquals(getMockClaimsEmailInBoth(), cp.toJson());
}
Aggregations