Implementing OIDC partnership with Policy Server and CA Access Gateway (SPS) acting as Authorization Provider:
How to set a different target URL for the same client?
How to configure the client to have a dynamic Redirect URI for the same client? The dynamic Redirect URI isn't predictable.
Version: 12.8.xx and 12.9 (Applicable to all the supported releases)
Component: SMFED (Federation OIDC)
In the AdminUI, from the OIDC Client configuration page, it's possible to define a table of possible Redirect URIs for a specific client (1).
The OIDC client (requester) should provide an OIDC Redirect URI.
Note that using wildcards isn't possible at the moment, and the full URLs should be defined in the mapping.
When leaving the Redirect URIs parameter empty and saving the configuration, the AdminUI returns an error in the browser:
Error: Redirect URI should not be empty
When setting a Redirect URI with a wildcard in the Redirect URIs parameter such as:
https://*.example.com
https://?.example.com
clicking on the "Add" button, the AdminUI returns another error:
Invalid URI format
and the configuration cannot be saved;
To enhance this functionality to accept wildcards and such dynamic Redirect URIs, open an Enhancement Request (Idea) (2).