{
"clientId": "1c-test-OIDC",
"name": "",
"description": "",
"rootUrl": "",
"adminUrl": "",
"baseUrl": "",
"surrogateAuthRequired": false,
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": [
"https://<web-server-name>/<publication-name>/authform.html"
],
"webOrigins": [
"/*"
],
"notBefore": 0,
"bearerOnly": false,
"consentRequired": false,
"standardFlowEnabled": true,
"implicitFlowEnabled": true,
"directAccessGrantsEnabled": true,
"serviceAccountsEnabled": false,
"publicClient": true,
"frontchannelLogout": true,
"protocol": "openid-connect",
"attributes": {
"request.object.signature.alg": "any",
"request.object.encryption.alg": "any",
"client.introspection.response.allow.jwt.claim.enabled": "false",
"standard.token.exchange.enabled": "false",
"frontchannel.logout.session.required": "true",
"oauth2.device.authorization.grant.enabled": "true",
"backchannel.logout.revoke.offline.tokens": "false",
"use.refresh.tokens": "true",
"realm_client": "false",
"oidc.ciba.grant.enabled": "false",
"client.use.lightweight.access.token.enabled": "false",
"backchannel.logout.session.required": "true",
"request.object.required": "not required",
"client_credentials.use_refresh_token": "false",
"access.token.header.type.rfc9068": "false",
"tls.client.certificate.bound.access.tokens": "false",
"require.pushed.authorization.requests": "false",
"acr.loa.map": "{}",
"display.on.consent.screen": "false",
"request.object.encryption.enc": "any",
"token.response.type.bearer.lower-case": "false"
},
"authenticationFlowBindingOverrides": {},
"fullScopeAllowed": true,
"nodeReRegistrationTimeout": -1,
"defaultClientScopes": [
"web-origins",
"acr",
"profile",
"roles",
"basic",
"email"
],
"optionalClientScopes": [
"address",
"phone",
"organization",
"offline_access",
"microprofile-jwt"
],
"access": {
"view": true,
"configure": true,
"manage": true
}
}
<openidconnect>
<providers>
<![CDATA[
[
{
"name": "KeyCloack",
"title": "KeyCloack",
"authenticationClaimName": "email",
"providerconfig": {
"issuer": "https://<keycloak-server-name>/realms/<realm-name>",
"authorization_endpoint": "https://<keycloak-server-name>/realms/<realm-name>/protocol/openid-connect/auth",
"token_endpoint": "https://<keycloak-server-name>/realms/<realm-name>/protocol/openid-connect/token",
"response_types_supported": [
"code",
"token",
"id_token token"
],
"scopes_supported": [
"openid",
"email",
"profile"
],
"jwks_uri": "https://<keycloak-server-name>/realms/<realm-name>/protocol/openid-connect/certs",
"userinfo_endpoint": "https://<keycloak-server-name>/realms/<realm-name>/protocol/openid-connect/userinfo"
},
"clientconfig": {
"authority": "https://<keycloak-server-name>/realms/<realm-name>/protocol/openid-connect/auth",
"client_id": "1c-test-OIDC",
"redirect_uri": "https://<web-server-name>/<publication-name>/authform.html",
"post_logout_redirect_uri": "https://<web-server-name>/<publication-name>/exit.html",
"response_type": "id_token token",
"scope": "openid email"
}
}
]
]]>
</providers>
<allowStandardAuthentication>true</allowStandardAuthentication>
</openidconnect>
"authorization_endpoint": "https://<keycloak-server-name>/realms/<realm-name>/protocol/openid-connect/auth"