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

fix: add additional supported saml attributes #690

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Conversation

rjferguson21
Copy link
Contributor

Description

Adds additional supported client attributes

Related Issue

Fixes #

Relates to #

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

@rjferguson21 rjferguson21 requested a review from a team as a code owner August 21, 2024 22:52
Copy link
Contributor

@UnicornChance UnicornChance left a comment

Choose a reason for hiding this comment

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

lgtm, underscores throw me off but looks legit.

@rjferguson21
Copy link
Contributor Author

Yea, npx pepr format insisted.

@rjferguson21 rjferguson21 merged commit a7435bf into main Aug 21, 2024
14 checks passed
@rjferguson21 rjferguson21 deleted the add-attributes branch August 21, 2024 23:24
@@ -471,6 +471,8 @@ describe("Test Allowed SSO Client Attributes", () => {
"oauth2.device.authorization.grant.enabled": "true",
"pkce.code.challenge.method": "S256",
"client.session.idle.timeout": "3600",
"saml.client.signature": "false",
saml_assertion_consumer_url_post: "https://nexus.uds.dev/saml",
Copy link
Contributor

Choose a reason for hiding this comment

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

commenting for posterity - this looks weird but @rjferguson21 mentioned that the quotes are removed by pepr format

mjnagel pushed a commit that referenced this pull request Aug 26, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.26.1](v0.26.0...v0.26.1)
(2024-08-23)


### Bug Fixes

* add additional supported saml attributes
([#690](#690))
([a7435bf](a7435bf))


### Miscellaneous

* **deps:** update dependency defenseunicorns/uds-common to v0.12.0
([#692](#692))
([a5423a3](a5423a3))
* **deps:** update test-infra to v0.0.6
([#686](#686))
([8341e6e](8341e6e))
* **deps:** update uds-common to v0.12.0
([#693](#693))
([957f388](957f388))
* **deps:** update zarf to v0.38.3
([#694](#694))
([c53126f](c53126f))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants