Skip to Main Content
Public Ideas Portal


Status Future consideration
Kong Product Konnect
Product Area Platform
Created by Hayden Lam
Created on Mar 21, 2024

OIDC SSO Customization: Custom Attributes

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.

  • Attach files
  • Shantanu Bhadauria
    Reply
    |
    Mar 21, 2024

    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