KeycloakRealmURL Parameter (Connect-SASXpt Cmdlet)
Specifies the full URL to the Keycloak server including the specific realm used for authentication and authorization.
Syntax
Connect-SASXpt -KeycloakRealmURL string
Data Type
cstr
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.
This is a required parameter.