-
Notifications
You must be signed in to change notification settings - Fork 218
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
Jennyf/update lab #190
Jennyf/update lab #190
Conversation
- Fixing bugs in CertificateDescription (discovered by tests)
7c02ac6
to
c621305
Compare
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.
Awesome, @jennyf19.
As you know I tried a client certificate instead of a client secret for the web app and this works.
I've left a few suggestions for improvement, but LGTM.
I know many partners who are going to love this feature.
src/Microsoft.Identity.Web/CertificateManagement/CertificateDescription.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Identity.Web/CertificateManagement/CertificateDescription.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Identity.Web/CertificateManagement/CertificateDescription.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Identity.Web/CertificateManagement/DefaultCertificateLoader.cs
Show resolved
Hide resolved
tests/Microsoft.Identity.Web.Test/Certificates/CertificatesTests.cs
Outdated
Show resolved
Hide resolved
tests/Microsoft.Identity.Web.Test/Certificates/DefaultCertificateLoaderTests.cs
Outdated
Show resolved
Hide resolved
tests/Microsoft.Identity.Web.Test/Certificates/DefaultCertificateLoaderTests.cs
Outdated
Show resolved
Hide resolved
tests/Microsoft.Identity.Web.Test/Certificates/DefaultCertificateLoaderTests.cs
Outdated
Show resolved
Hide resolved
tests/Microsoft.Identity.Web.Test/Certificates/DefaultCertificateLoaderTests.cs
Outdated
Show resolved
Hide resolved
thanks @jmprieur you are too fast, this is not ready for review yet, which is why it's marked as "draft". I mainly made the PR to see which tests would fail. thanks again. #Resolved |
oh sorry, @jennyf19. I got excited too quickly. |
7f0cf32
to
5295761
Compare
add cert option in dev app add decrypt cert
1b9c912
to
24d47dc
Compare
- Removing unused parameter - committing the XML doc files
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.
Few comments/suggestions.
Good work. 👍
src/Microsoft.Identity.Web/CertificateManagement/CertificateDescription.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Identity.Web/CertificateManagement/CertificateDescription.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Identity.Web/CertificateManagement/DefaultCertificateLoader.cs
Show resolved
Hide resolved
src/Microsoft.Identity.Web/CertificateManagement/DefaultCertificateLoader.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Identity.Web/MicrosoftIdentityOptionsValidation.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Identity.Web/MicrosoftIdentityOptionsValidation.cs
Outdated
Show resolved
Hide resolved
tests/Microsoft.Identity.Web.Test/Certificates/CertificateDescriptionTests.cs
Outdated
Show resolved
Hide resolved
Add unit tests for new format of cert description
No description provided.