You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code goes through all of this work to create a GUID, store it, and pass it to the auth endpoint, but (unless I'm misunderstanding something) it never actually checks to verify that the auth endpoint returns the correct GUID.
The text was updated successfully, but these errors were encountered:
You are right. It should be checked on the client side as per docs to make sure that state returned is the same after callback. if you are using this sample and can add a check and do a pull, it would be great.
The code goes through all of this work to create a GUID, store it, and pass it to the auth endpoint, but (unless I'm misunderstanding something) it never actually checks to verify that the auth endpoint returns the correct GUID.
The text was updated successfully, but these errors were encountered: