You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about idea to extend current Multi tenant configuration with new resolver: realmAuthServerUrlResolver
This resolver will change keycloak.grantManager.realmUrl and will help to bypass keycloak-connect library issues
Right now to achieve this I need to implement my own KeycloakMultiTenantService and override method: get(realm: string): Promise<KeycloakConnect.Keycloak>;
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
official
keycloak-connect
library has an issue related to the FrontendURL and the issuer validation.Allow multiple auth-server-urls
Supporting different ISS when validating token
What do you think about idea to extend current Multi tenant configuration with new resolver:
realmAuthServerUrlResolver
This resolver will change
keycloak.grantManager.realmUrl
and will help to bypasskeycloak-connect
library issuesRight now to achieve this I need to implement my own KeycloakMultiTenantService and override method:
get(realm: string): Promise<KeycloakConnect.Keycloak>;
Thank you!
The text was updated successfully, but these errors were encountered: