We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8bc0acf + 9382266 commit 5a53ae7Copy full SHA for 5a53ae7
src/content/docs/identityserver/ui/consent.md
@@ -68,7 +68,7 @@ authorization endpoint.
68
This temporary persistence is different from the persistence used for the "remember my consent" feature (and it is the
69
authorization endpoint which persists the "remember my consent" for the user).
70
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.
+implement `IConsentMessageStore` and register the implementation with the service provider.
72
73
## Returning The User To The Authorization Endpoint
74
0 commit comments