Cmdlets for JSON

Build 25.0.9434

KeycloakRealmURL Parameter (Connect-JSON Cmdlet)

Specifies the full URL to the Keycloak server including the specific realm used for authentication and authorization.

Syntax

Connect-JSON -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.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434