-
Hi @ch4mpy , Is it possible to add custom Query parameter to the Authentication End Point. The Default URL that is redirected to is shown below We would like to add another custom query parameter for example ZZZZ with value temp Any pointers on how to achieve this will be really appreciated. Thanks in advance for your support. Saravana |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
What is the use case? What is this parameter used for? |
Beta Was this translation helpful? Give feedback.
-
Mostly follow Spring Security official documentation: If the value is static, setting it in If you want it to be dynamic, then expose your own |
Beta Was this translation helpful? Give feedback.
@saravanad I don't know if you noticed that, but since
6.1.15
, there is an application property which covers your use case (no need to define a customOAuth2AuthorizationRequestResolver
anymore,spring-addons
default one is enough):where
keycloak
is a registration ID in your boot conf: