Skip to content

Commit

Permalink
Merge branch 'openidc_validate' of https://github.com/cieciurm/AspNet…
Browse files Browse the repository at this point in the history
…Core.Diagnostics.HealthChecks into openidc_validate
  • Loading branch information
cieciurm committed Aug 9, 2023
2 parents 327e1d2 + e0c5c82 commit 2d7c340
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void ValidateResponse()

ValidateRequiredValues(ResponseTypesSupported, OidcConstants.RESPONSE_TYPES_SUPPORTED, OidcConstants.REQUIRED_RESPONSE_TYPES);

// Specification decribes 'token id_token' response type,
// Specification describes 'token id_token' response type,
// but some identity providers (f.e. Identity Server and Azure AD) return 'id_token token'
ValidateOneOfRequiredValues(ResponseTypesSupported, OidcConstants.RESPONSE_TYPES_SUPPORTED, OidcConstants.REQUIRED_COMBINED_RESPONSE_TYPES);
ValidateOneOfRequiredValues(SubjectTypesSupported, OidcConstants.SUBJECT_TYPES_SUPPORTED, OidcConstants.REQUIRED_SUBJECT_TYPES);
Expand Down

0 comments on commit 2d7c340

Please sign in to comment.