Posts

Post marked as solved
1 Replies
361 Views
I am writing some integration and unit tests for my SIWA package, and am using Facebook's ChromeDriver (headless) to process the authorization request in the tests.If I take the generated URL and paste it in Chrome, everything works. However, when I try to use the URL in my test, I get a 404 response.Is there something that needs to be done differently for these kinds of tests?Thanks for any advice you might have. 🙂
Posted Last updated
.
Post not yet marked as solved
2 Replies
471 Views
It appears that the user is prompted for authentication each time they click on the SIWA button on a web site, not just the first time. I would expect the user to only be prompted on the first login, and not subsequent ones. Is this something that is still being worked on, or is this intended functionality?Thanks!Example screen-capture: http://share.genealabs.com/IBJ7LFA+
Posted Last updated
.
Post marked as solved
2 Replies
2.0k Views
Yesterday I was able to get both name and email from the id_token. Today it stopped providing the name attribute, even if I revoked the token and signed up again. Any suggestions?
Posted Last updated
.
Post marked as solved
1 Replies
1.7k Views
I have set up "Sign In With Apple" on my local dev website, and have been successfull in getting an `access token` and `id_token`, which unwraps to the following:{ +"iss": "..." +"aud": "..." +"exp": ... +"iat": ... +"sub": "..." +"at_hash": "..." +"auth_time": ... }Unfortunately it doesn't seem to contain any user details.All the threads I've seen are late August or early September, but nothing recent seems to discuss the email and name fields.Any suggestions? Thanks!
Posted Last updated
.