Provide a way to customize the arguments passed to the authorization and token endpoints. In the Gateway OIDC plugin, these customizations include:
authorization_query_args_names
token_post_args
introspection_post_args
userinfo_query_args
logout_query_arg
These customizations allow Konnect to integrate with highly customized legacy enterprise IdPs that often rely on additional arguments in addition to what OIDC RFC provides. For example, scopes + "userTypes" may be used in conjunction in the token endpoint to define what payload is returned in the JWT.
Just an fyi below are example params from OIDC plugin:
authorization_query_args_values corresponding to authorization_query_args_names
token_post_arg_values corresponding to token_post_arg_names