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

feat: adfs authentication support #214

Merged
merged 5 commits into from
Sep 18, 2024
Merged

feat: adfs authentication support #214

merged 5 commits into from
Sep 18, 2024

Conversation

karenc-bq
Copy link
Contributor

@karenc-bq karenc-bq commented Sep 11, 2024

Summary

Add ADFS authentication support.
Update the build-installer script so it has all required dependencies to build the driver.

Description

image

Review Status

  • This is ready for review
  • This is complete

Additional Reviewers

@karenc-bq karenc-bq added the ready for review Pull requests that are ready to be reviewed label Sep 11, 2024
@karenc-bq karenc-bq force-pushed the feat/adfs branch 2 times, most recently from e142ac1 to acab5c7 Compare September 11, 2024 08:48
driver/adfs_proxy.cc Outdated Show resolved Hide resolved
driver/adfs_proxy.cc Outdated Show resolved Hide resolved
std::string ADFS_SAML_UTIL::get_value_by_key(const std::string& input, const std::string& key) {
std::string pattern("(");
pattern += key;
pattern += ")\\s*=\\s*\"(.*?)\"";
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor: std::regex pattern on line 129 above is using a const for the pattern. Does it make sense to define a const for this pattern as well?

driver/adfs_proxy.cc Outdated Show resolved Hide resolved
driver/adfs_proxy.cc Outdated Show resolved Hide resolved
driver/adfs_proxy.h Outdated Show resolved Hide resolved
Copy link
Contributor

@jkwuc89 jkwuc89 left a comment

Choose a reason for hiding this comment

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

Looks good overall. 👍
Just a few minor callouts to look through. It should be quick to get through all of them.

@karenc-bq karenc-bq merged commit 11d94ef into main Sep 18, 2024
7 checks passed
@karenc-bq karenc-bq deleted the feat/adfs branch September 18, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready for review Pull requests that are ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants