The discovery flow used by the authentication flows uses a hardcoded class to produce the request URL, and is also non-ideally coded as a Function<Pair> rather than a BiFunction. Should fix that and allow override of the class used.
Environment
None
Activity
Scott Cantor
August 16, 2023 at 7:56 PM
Added bean to allow entire build of the URL to be pluggable.
The discovery flow used by the authentication flows uses a hardcoded class to produce the request URL, and is also non-ideally coded as a Function<Pair> rather than a BiFunction. Should fix that and allow override of the class used.