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

Issuer parameter added to the GenerateAuthUri method #40

Merged
merged 10 commits into from
Apr 29, 2024

Conversation

yevgenkre
Copy link
Contributor

Issuer parameter added to the GenerateAuthUri method

Description

Issuer parameter added to the GenerateAuthUri method of the Client class to accommodate the correct functioning of the Epic Hyperdrive integration

Motivation and Context

The way Epic Hyperdrive integration works it requires an Issuer parameter to be passed during the Duo authentication to the TrustedPath server and validated there. It works this way in the existing integration, which doesn't use the Universal Prompt. In our effort to migrate this integration to the Universal Prompt we need to implement this change

How Has This Been Tested?

Unit tests and the new parameter validation were added

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

DuoUniversal/Labels.cs Outdated Show resolved Hide resolved
DuoUniversal/Client.cs Outdated Show resolved Hide resolved
@AaronAtDuo AaronAtDuo merged commit dac777a into duosecurity:main Apr 29, 2024
3 checks passed
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.

2 participants