DEV Community

Discussion on: OIDC Authentication with React & Identity Server 4

Collapse
 
carduscarv profile image
Cardus Crvil • Edited

hi, what great article! this is help me a lot to solve my sso implement problem.

i can login to my apps now, but i have an issue on the console.. it gave me 'consent_required' error till i got 'user signed out'. I love to ask if you know how to solve it..

thank you!

Collapse
 
tappyy profile image
Andy

Hey Cardus,

I set "requireConsent" to false in the Identity config to bypass the consent page. Have you done this too?