Skip to content

Commit

Permalink
Add test of processed parameters with PAR
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Jun 3, 2024
1 parent c81af29 commit d9f1af2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ public async Task pushed_authorization_with_a_request_uri_fails(string requestUr

[Theory]
[InlineData("prompt", "login")]
[InlineData("prompt", "select_account")]
[InlineData("prompt", "create")]
[InlineData("max_age", "0")]
public async Task prompt_login_can_be_used_with_pushed_authorization(string parameterName, string parameterValue)
{
Expand Down

0 comments on commit d9f1af2

Please sign in to comment.