Uploaded image for project: 'Red Hat 3scale API Management'
  1. Red Hat 3scale API Management
  2. THREESCALE-774 Configure allowed OAuth flows per Service
  3. THREESCALE-1948

Extend "/admin/api/applications/find.json" to return OIDC configurations

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • None
    • 2.4 GA
    • System
    • 3
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • Not Started
    • +

      Endpoint used by Zync

      Zync needs to know which flows are enabled. Zync queries the "/admin/api/applications/find.json" endpoint to configure the RH SSO correctly by application.

      Implementation would be to send another field in the response (JSON/XML) corresponding to oidc_configuration as described in https://www.keycloak.org/docs-api/4.8/rest-api/index.html

      Example:

      		"oidc_configuration": {
      			"service_accounts_enabled": true,
      			"standard_flow_enabled": false,
      			"implicit_flow_enabled": true,
      			"direct_access_grants_enabled": true				
      		}
      
      

              Unassigned Unassigned
              hramihaj Hery Ramihajamalala (Inactive)
              Hery Ramihajamalala Hery Ramihajamalala (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: