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

sso/oidc: add support for acr_values request parameter #11026

Merged
merged 8 commits into from
Sep 17, 2021

Conversation

eculver
Copy link
Contributor

@eculver eculver commented Sep 14, 2021

This is a small change for the OSS side that the enterprise side depends on to make acr_values configurable on the OAuth2 authorization request [1]. This particular parameter is one of a few optional parameters that were never supported in our core SSO library because there wasn't a use case when it was originally developed. The successor to our SSO library, hashicorp/cap does support these and the other optional parameters. We may pursue replacing our SSO library with cap but until then, we need to add this parameter as a stop-gap for a client request.

[1] - OIDC Request Parameters

@eculver eculver requested review from rboyer, mikemorris, freddygv and a team September 14, 2021 17:30
@eculver eculver requested a review from a team as a code owner September 14, 2021 17:30
@github-actions github-actions bot added theme/api Relating to the HTTP API interface type/docs Documentation needs to be created/updated/clarified labels Sep 14, 2021
@hashicorp-ci
Copy link
Contributor

🤔 This PR has changes in the website/ directory but does not have a type/docs-cherrypick label. If the changes are for the next version, this can be ignored. If they are updates to current docs, attach the label to auto cherrypick to the stable-website branch after merging.

@vercel vercel bot temporarily deployed to Preview – consul-ui-staging September 14, 2021 17:37 Inactive
@vercel vercel bot temporarily deployed to Preview – consul September 14, 2021 17:37 Inactive
@eculver eculver added theme/acls ACL and token generation type/docs-cherrypick labels Sep 14, 2021
.changelog/11026.txt Outdated Show resolved Hide resolved
Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com>
Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com>
@vercel vercel bot temporarily deployed to Preview – consul-ui-staging September 15, 2021 16:19 Inactive
@vercel vercel bot temporarily deployed to Preview – consul September 15, 2021 16:21 Inactive
@vercel vercel bot temporarily deployed to Preview – consul-ui-staging September 15, 2021 16:23 Inactive
@vercel vercel bot temporarily deployed to Preview – consul September 15, 2021 16:24 Inactive
Copy link
Member

@rboyer rboyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eculver eculver merged commit c4c833f into main Sep 17, 2021
@eculver eculver deleted the eculver/oidc-acr-values branch September 17, 2021 16:10
@hc-github-team-consul-core
Copy link
Contributor

🍒 If backport labels were added before merging, cherry-picking will start automatically.

To retroactively trigger a backport after merging, add backport labels and re-run https://circleci.com/gh/hashicorp/consul/448927.

@hc-github-team-consul-core
Copy link
Contributor

🍒✅ Cherry pick of commit c4c833f onto stable-website succeeded!

hc-github-team-consul-core pushed a commit that referenced this pull request Sep 17, 2021
Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com>
@hc-github-team-consul-core
Copy link
Contributor

🍒✅ Cherry pick of commit c4c833f onto release/1.11.x succeeded!

hc-github-team-consul-core pushed a commit that referenced this pull request Sep 17, 2021
Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com>
@hc-github-team-consul-core
Copy link
Contributor

🍒✅ Cherry pick of commit c4c833f onto release/1.10.x succeeded!

hc-github-team-consul-core pushed a commit that referenced this pull request Sep 17, 2021
Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com>
@hc-github-team-consul-core
Copy link
Contributor

🍒✅ Cherry pick of commit c4c833f onto release/1.9.x succeeded!

hc-github-team-consul-core pushed a commit that referenced this pull request Sep 17, 2021
Co-authored-by: R.B. Boyer <4903+rboyer@users.noreply.github.com>
@hc-github-team-consul-core
Copy link
Contributor

🍒❌ Cherry pick of commit c4c833f onto release/1.8.x failed! Build Log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme/acls ACL and token generation theme/api Relating to the HTTP API interface type/docs Documentation needs to be created/updated/clarified
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants