CloudKit Authentication Returning 404 -
i'm working on web app grabs data ios app using cloudkit. part of application, must login using appleid. however, when try login, i'm getting 404. request following url:
https://api.apple-cloudkit.com/1/[mycontainer]/development/users/current?ckapitoken=[mytoken]
i object looks this:
{ "uuid" : "123-abc", "servererrorcode" : "authentication_required", "reason" : "request needs authorization", "redirecturl" : "https://idmsa.apple.com/idmswebauth/auth2?oauth_token=oattkn49471611-really-long-alpha-code" }
however, when redirect user "redirecturl" parameter, i'm getting blank 404 page. inspecting page, idmsa.apple.com loads, when javascript on page requests signin?widgetkey={key} gets 404.
update: i'm not sure if helps, https://idmsa.apple.com/idmswebauth/auth2?oauth_token=[token] loads fine. however, page uses javascript load https://idmsa.apple.com/appleauth/auth/signin?widgetkey=[widgetkey]&locale=us-en failing 404. however, it's failing me , seems work others.
apparently bug apple's cloudkit service. aware of issue , have been working on fix.
Comments
Post a Comment