Skip to content

Commit

Permalink
EmitIssuerIdentificationResponseParameter is reflected in discovery
Browse files Browse the repository at this point in the history
In the discovery document, set
authorization_response_iss_parameter_supported to match the value of
EmitIssuerIdentificationResponseParameter.
  • Loading branch information
josephdecock authored and brockallen committed Jan 11, 2023
1 parent d923c6c commit bda14c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ where scope.ShowInDiscoveryDocument
entries.Add(OidcConstants.Discovery.RequestUriParameterSupported, true);
}
}
entries.Add(OidcConstants.Discovery.AuthorizationResponseIssParameterSupported, true);

entries.Add(OidcConstants.Discovery.AuthorizationResponseIssParameterSupported, Options.EmitIssuerIdentificationResponseParameter);

if (Options.MutualTls.Enabled)
{
Expand Down

0 comments on commit bda14c3

Please sign in to comment.