Saml Functions
object SamlFunctions
Functions
Link copied to clipboard
This data source can be used to fetch properties of a Keycloak client that uses the SAML protocol.
Link copied to clipboard
suspend fun getClientInstallationProvider(argument: GetClientInstallationProviderPlainArgs): GetClientInstallationProviderResult
This data source can be used to retrieve Installation Provider of a SAML Client.
suspend fun getClientInstallationProvider(argument: suspend GetClientInstallationProviderPlainArgsBuilder.() -> Unit): GetClientInstallationProviderResult
suspend fun getClientInstallationProvider(clientId: String, providerId: String, realmId: String): GetClientInstallationProviderResult