Skip to content

Commit

Permalink
Require dpop in dpop sample client
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Apr 18, 2024
1 parent ab2c14b commit ba33e36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion IdentityServer/v7/DPoP/IdentityServerHost/Clients.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ public static class Clients
PostLogoutRedirectUris = { "https://localhost:5010/signout-callback-oidc" },

AllowOfflineAccess = true,
AllowedScopes = { "openid", "profile", "scope1" }
AllowedScopes = { "openid", "profile", "scope1" },

RequireDPoP = true,
},
};
}
Expand Down

0 comments on commit ba33e36

Please sign in to comment.