KeycloakRealmURL
Specifies the full URL to the Keycloak server including the specific realm used for authentication and authorization.
Data Type
string
Default Value
""
Remarks
The URL must be in the format: http(s)://{server-url}:{port}/realms/{realm-name}.
A realm in Keycloak is a logical namespace that manages a set of users, roles, clients, and configurations. It isolates authentication and authorization for different applications or services, allowing each realm to have its own user base and security settings. Multiple realms can exist within a single Keycloak instance, providing separation between different environments or groups.
Specifying KeycloakRealmURL is required when AuthScheme = Keycloak.