interface KeycloakConfig {
    clientId: string;
    realm: string;
    url?: string;
}

Properties

Properties

clientId: string

Client identifier, example: 'myapp'

realm: string

Name of the realm, for example: 'myrealm'

url?: string

URL to the Keycloak server, for example: http://keycloak-server/auth