p2-inc / keycloak-orgs

Single realm, multi-tenancy for SaaS apps
Other
367 stars 65 forks source link

Undefined Method #104

Closed SNJnet closed 1 year ago

SNJnet commented 1 year ago

Hi i downloaded your code and saw that an Method that is used isnt defined anymore. Its in IdpSelectorAuthenticator.java Line 42 getIdentityProviderbyAlias(). Unbenannt

Hope you can fix that.

xgp commented 1 year ago

Not sure if there is some version conflict in your IDE, but that method is there: https://www.keycloak.org/docs-api/21.1.2/javadocs/org/keycloak/models/RealmModel.html#getIdentityProviderByAlias(java.lang.String)