-
Notifications
You must be signed in to change notification settings - Fork 192
Allow Connect-Graph to take an x509Certificate. #440
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
Conversation
Add tests to verify cert is passed to auth provider.
src/Authentication/Authentication/Helpers/AuthenticationHelpers.cs
Outdated
Show resolved
Hide resolved
src/Authentication/Authentication.Test/Helpers/AuthenticationHelpersTests.cs
Show resolved
Hide resolved
|
Comment additions.
src/Authentication/Authentication/Helpers/AuthenticationHelpers.cs
Outdated
Show resolved
Hide resolved
…s.cs spacing Co-authored-by: Peter Ombwa <[email protected]>
can we add a sample with this usage once approved? |
src/Authentication/Authentication/Helpers/AuthenticationHelpers.cs
Outdated
Show resolved
Hide resolved
@finsharp The ADO pipelines are failing because we've exhausted our free artifacts storage tier (2 GB). We need to delete old versions of the artifacts then setup a retention policy. See https://docs.microsoft.com/en-us/azure/devops/artifacts/start-using-azure-artifacts?view=azure-devops. Only a feed admin can make these changes. |
Allow Connect-Graph to take an x509Certificate.
Such as:-
Resolves #102