Skip to content

Authentication-OIDC-keycloak #3995

Answered by gadomsky
pokkireddy asked this question in Q&A
Discussion options

You must be logged in to vote

Hi. Your config authentication.grant_type is ignored. You set authentication.method = Oidc, where it is not possible to confiugre grant_type to password. authorization_code is the only supported value for grant_type and is not configurable. Please see possible configuration options here
You can set method to OAuth2 and then provide configuration as described here.
grant_type is then configured under such configpath: authentication.accessTokenParams.grant_type (and not authentication.grant_type as in your config)

Please check out examples (https://docs.nussknacker.io/documentation/docs/next/installation_configuration_guide/DesignerConfiguration#oauth2-security-module---github-example-with-…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gadomsky
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants