Restrict webpage access based on email verification status

Hello,

I have looked around and i can’t seem to find information about preventing access to webpages based on their verification status.

Basically I don’t want an unverified user to acess certain apps or pages.

Many thanks.

Hi @hotpotsoup

Make sure the email_verified field is included in your ID token, and then verify that for those pages.

John

1 Like

Hello,

Thanks for the reply. Is there a KB article for your recommendations?