-
Notifications
You must be signed in to change notification settings - Fork 587
Add response_mode=query support for OpenID Connect #279
Conversation
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.
I'll move the hardcoded message to the .resx file when we're done with the other changes.
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.
@Eilon is moving logging messages to .resx still the recommended approach?
|
I good with this PR, ack. |
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.
nit: no empty line before an else statement.
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.
Fixed, thanks.
|
Looks good. Could use some tests. |
|
@Tratcher yup, I agree, but the new OpenID Connect tests are a bit cryptic for me, I'm not sure where I'm supposed to add these tests. @brentschmaltz a suggestion? 😄 |
|
@Tratcher please merge when ready. |
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.
OpenIdConnectResponseTypes.CodeOnly has been renamed to OpenIdConnectResponseTypes.Code.
AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet#156
|
@PinpointTownes I think all the PRs you need went in. Are you waiting on anything else? If not then please rebase. |
|
@Tratcher rebased. As expected, there was no conflict 😄 |
Fixes #217
/cc @brentschmaltz @HaoK @Tratcher