0
rajasekhard2015 created
Remember consent page not working properly. its asking every time
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
3 Answer(s)
-
0
- .Net Core MVC
- Non Tired Application
I have configured 2 Clients in indetity server. i am trying to login with one client its successfully happening with asking consent page!. and in same browser i am trying to another client its again asking consent page.
for SSO login i don't want accept the claims/scopes every time in consent page
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
On Frontend, Administration-> IdentityServer-> Clients -> Actions -> Edit
Can you verify both of your clients has Require Consent not selected and Allow Remember Consent option is selected?
If than, can you also verify in database of your project in table IdentityServerClients, your both clients have RequireConsent value equals to 0 and AllowRememberConsent equals to 1?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)