[keycloak-user] authorizationSettings not in response

Pedro Igor Silva psilva at redhat.com
Thu Jun 6 08:42:33 EDT 2019


Hi,

Please, append the following path to your URI: "
/authz/resource-server/settings".

Regards.
Pedro Igor

On Thu, Jun 6, 2019 at 8:41 AM Rafael Tovar. <rafatov10 at gmail.com> wrote:

> Hi everybody,
> I'm trying to get the authorization settings of a client, but its not
> coming in the response of the request.
> This is the request im doing:
>
> http://localhost:8080/auth/admin/realms/master/clients/c8e32bbc-72e6-4c30-827f-41ee51980433/
>
> and this is the response:
>
> {
>     "id": "c8e32bbc-72e6-4c30-827f-41ee51980433",
>     "clientId": "api",
>     "surrogateAuthRequired": false,
>     "enabled": true,
>     "clientAuthenticatorType": "client-secret",
>     "redirectUris": [
>         "*"
>     ],
>     "webOrigins": [],
>     "notBefore": 0,
>     "bearerOnly": false,
>     "consentRequired": false,
>     "standardFlowEnabled": true,
>     "implicitFlowEnabled": false,
>     "directAccessGrantsEnabled": true,
>     "serviceAccountsEnabled": true,
>     "authorizationServicesEnabled": true,
>     "publicClient": false,
>     "frontchannelLogout": false,
>     "protocol": "openid-connect",
>     "attributes": {
>         "saml.assertion.signature": "false",
>         "saml.force.post.binding": "false",
>         "saml.multivalued.roles": "false",
>         "saml.encrypt": "false",
>         "saml.server.signature": "false",
>         "saml.server.signature.keyinfo.ext": "false",
>         "exclude.session.state.from.auth.response": "false",
>         "saml_force_name_id_format": "false",
>         "saml.client.signature": "false",
>         "tls.client.certificate.bound.access.tokens": "false",
>         "saml.authnstatement": "false",
>         "display.on.consent.screen": "false",
>         "saml.onetimeuse.condition": "false"
>     },
>     "authenticationFlowBindingOverrides": {},
>     "fullScopeAllowed": true,
>     "nodeReRegistrationTimeout": -1,
>     "protocolMappers": [
>         {
>             "id": "97330e11-24df-40ce-9335-51d5126d4059",
>             "name": "Client Host",
>             "protocol": "openid-connect",
>             "protocolMapper": "oidc-usersessionmodel-note-mapper",
>             "consentRequired": false,
>             "config": {
>                 "user.session.note": "clientHost",
>                 "id.token.claim": "true",
>                 "access.token.claim": "true",
>                 "claim.name": "clientHost",
>                 "jsonType.label": "String"
>             }
>         },
>         {
>             "id": "9e45c71d-63f9-4d15-a3b2-e8064a569041",
>             "name": "Client ID",
>             "protocol": "openid-connect",
>             "protocolMapper": "oidc-usersessionmodel-note-mapper",
>             "consentRequired": false,
>             "config": {
>                 "user.session.note": "clientId",
>                 "id.token.claim": "true",
>                 "access.token.claim": "true",
>                 "claim.name": "clientId",
>                 "jsonType.label": "String"
>             }
>         },
>         {
>             "id": "1e3f6604-a22e-4b0b-b5d8-ffaa501c142f",
>             "name": "Client IP Address",
>             "protocol": "openid-connect",
>             "protocolMapper": "oidc-usersessionmodel-note-mapper",
>             "consentRequired": false,
>             "config": {
>                 "user.session.note": "clientAddress",
>                 "id.token.claim": "true",
>                 "access.token.claim": "true",
>                 "claim.name": "clientAddress",
>                 "jsonType.label": "String"
>             }
>         }
>     ],
>     "defaultClientScopes": [
>         "web-origins",
>         "role_list",
>         "profile",
>         "roles",
>         "email"
>     ],
>     "optionalClientScopes": [
>         "address",
>         "phone",
>         "offline_access",
>         "microprofile-jwt"
>     ],
>     "access": {
>         "view": true,
>         "configure": true,
>         "manage": true
>     }
> }
>
> Thanks,
> Rafael.
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
>


More information about the keycloak-user mailing list