Skip to content

Commit 5a53ae7

Browse files
authored
Merge pull request #825 from DuendeSoftware/wca/consent-message-store-fix
Replaced with correct interface
2 parents 8bc0acf + 9382266 commit 5a53ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/identityserver/ui/consent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ authorization endpoint.
6868
This temporary persistence is different from the persistence used for the "remember my consent" feature (and it is the
6969
authorization endpoint which persists the "remember my consent" for the user).
7070
If you wish to use some other persistence between the consent page and the authorization redirect, then you can
71-
implement `IMessageStore<ConsentResponse>` and register the implementation with the service provider.
71+
implement `IConsentMessageStore` and register the implementation with the service provider.
7272

7373
## Returning The User To The Authorization Endpoint
7474

0 commit comments

Comments
 (0)