mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Avoid being rate-limited by LinkedIn in tests
Closes #36375 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
1ef50f584f
commit
4993788997
@ -627,10 +627,14 @@ public class IdentityProviderTest extends AbstractAdminTest {
|
||||
mapperTypes = provider.getMapperTypes();
|
||||
assertMapperTypes(mapperTypes, "oidc-username-idp-mapper");
|
||||
|
||||
/*
|
||||
// disabled to prevent 429 rate limiting on GitHub actions for LinkedIn's
|
||||
// https://www.linkedin.com/oauth/.well-known/openid-configuration discovery URL
|
||||
create(createRep("linkedin-openid-connect", "linkedin-openid-connect"));
|
||||
provider = realm.identityProviders().get("linkedin-openid-connect");
|
||||
mapperTypes = provider.getMapperTypes();
|
||||
assertMapperTypes(mapperTypes, "linkedin-user-attribute-mapper", "oidc-username-idp-mapper");
|
||||
*/
|
||||
|
||||
create(createRep("microsoft", "microsoft"));
|
||||
provider = realm.identityProviders().get("microsoft");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user