LekhaPai
LekhaPai
@kasibkismath , @dsnoeck I have a requirement to implement login for multi- tenants, Following is the flow of my application 1. A Home page with different tenants is listed 2....
Hi @dsnoeck when I call getToken() , I receive this : ZoneAwarePromise {__zone_symbol__state: null, __zone_symbol__value: Array(0)} __zone_symbol__state: null __zone_symbol__value: [] __proto__: Object With an error:Error: Uncaught (in promise): TypeError: Cannot...
Hi @dsnoeck , The realm-selector is the first page my application loads. realm-selector-component.ts ``` constructor(keycloakService:KeycloakService){} onSelect(realm: RealmData): void { const keycloakConfig: KeycloakConfig = { url: 'https://example.com/auth/', realm: realm.name, clientId: 'test',...
Hi @kasibkismath I tried to change in **dashboard-component.ts**, this is the error I am getting when trying to access token **TypeError: Cannot read property 'token' of undefined.** Am I missing...
Can anyone help me with working example for **multi-tenants** keycloak initialization, because I need to initialize keycloak only when respective realm is selected.