We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The keycloak_openid_client resource is missing the following two attributes that can be set using the GUI:
Root URL See "rootUrl" in https://www.keycloak.org/docs-api/5.0/rest-api/index.html#_clientrepresentation
Advanced Settings / Access Token Lifespan Transmitted as "access.token.lifespan" inside the "attributes" map from https://www.keycloak.org/docs-api/5.0/rest-api/index.html#_clientrepresentation The attributes array should maybe provided anyway to allow for arbitrary "advanced" options.
The text was updated successfully, but these errors were encountered:
Oh, someone reported the second point already in #232!
Sorry, something went wrong.
root_url support was added in #248
No branches or pull requests
The keycloak_openid_client resource is missing the following two attributes that can be set using the GUI:
Root URL
See "rootUrl" in https://www.keycloak.org/docs-api/5.0/rest-api/index.html#_clientrepresentation
Advanced Settings / Access Token Lifespan
Transmitted as "access.token.lifespan" inside the "attributes" map from https://www.keycloak.org/docs-api/5.0/rest-api/index.html#_clientrepresentation
The attributes array should maybe provided anyway to allow for arbitrary "advanced" options.
The text was updated successfully, but these errors were encountered: