Post not yet marked as solved
Post marked as unsolved with 0 replies, 275 views
Hi below is my code , I am getting invalid uri , I really need this to work , can someone please help ? I went through all the articles nothing worked
Under the Service ID configuration
domain : api.oro.art
return URL : https://api.oro.art:3000
let init = function(){
console.log("APP START FOR APPLE");
window.AppleID.auth.init({
clientId : 'art.oro.services',
scope : 'name email',
redirectURI : 'https://api.oro.art:3000',
state : 'openssl_random_pseudo_bytes',
usePopup: true
});
console.log("Got to the end");
}