-
Notifications
You must be signed in to change notification settings - Fork 541
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
Implementing PingOne provider #758
Conversation
src/AspNet.Security.OAuth.PingOne/PingOneAuthenticationExtensions.cs
Outdated
Show resolved
Hide resolved
src/AspNet.Security.OAuth.PingOne/PingOnePostConfigureOptions.cs
Outdated
Show resolved
Hide resolved
test/AspNet.Security.OAuth.Providers.Tests/PingOne/PingOneAuthenticationOptionsTests.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
@kevinchalet @martincostello I updated the PR based on your feedback, is there anything else I need to do? Thanks |
Sorry, I've been busy and haven't yet had the time to sit down and review this PR (and others) and then manage a new release for them. I'll try to get to them in the next few weeks. |
No worries, thanks for the response. If there is any additional feedback, I'll respond to them more promptly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR! ❤️
src/AspNet.Security.OAuth.PingOne/PingOneAuthenticationOptions.cs
Outdated
Show resolved
Hide resolved
Minor documentation updates.
Implementing PingOne as a provider
Issue #757