Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: Allow sending static key/value pairs to the configured IdP #2397

Merged
merged 16 commits into from
Jul 17, 2023

Conversation

strehle
Copy link
Member

@strehle strehle commented Jul 7, 2023

Feature: Allow sending static key/value pairs to the configured external IdP for authorization code flow

Add parameter additionalAuthzParameters (additional authorization parameters) to requests for auth code flow. The usage is: OIDC IdPs have additional parameters, e.g. UAA itself has token_format to get special features. The new parameter allows to customize the IdP with own parameters

…nal IdP for authorization code flow

Add parameter additionalAuthzParameters (additional authorization parameters) to requests for auth code flow.
The usage is: OIDC IdPs have additional parameters, e.g. UAA itself has token_format to get special features.
The new parameter allows to customize the IdP with own parameters
@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/185561035

The labels on this github issue will be updated when the story is started.

@strehle strehle changed the title Feature: Allow sending static key/value pairs to the configured exter… Feature: Allow sending static key/value pairs to the configured IdP Jul 7, 2023
@strehle strehle requested review from a team July 7, 2023 14:29
…nal IdP for authorization code flow

Add parameter additionalAuthzParameters (additional authorization parameters) to requests for auth code flow.
The usage is: OIDC IdPs have additional parameters, e.g. UAA itself has token_format to get special features.
The new parameter allows to customize the IdP with own parameters
@strehle strehle changed the title Feature: Allow sending static key/value pairs to the configured IdP feature: Allow sending static key/value pairs to the configured IdP Jul 11, 2023
@strehle strehle added this to the 76.17.0 milestone Jul 17, 2023
@strehle strehle merged commit e3367a0 into develop Jul 17, 2023
18 checks passed
@strehle strehle deleted the feature/issue/2395 branch July 17, 2023 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Feature: Allow sending static key/value pairs to the configured external IdP for authorization code flow
5 participants