G
goo
Guest
11.7 This is probable a bit no-Progress relatet, but hopefully I can get some info. It is HTML.... Doing some authentication I am receiving an Return to Our redirect_url: minside.no/test.html I am trying to do something like this: JavaScript: myParam = "&response_type=code&client_id=oidc_ovf&scope=openid profile&state=" + getURLparam('state') + "&redirect_uri=" + encodeURI(" minside.no/test.html"); getToken(" oidc-ver1xxxxxxxn-oidc-provider/token",myParam); : : function getToken(inUrl,inParam){ $.ajax({ type:"POST", url:inUrl, data: $(this).serialize() + inParam, success: function(data) { window.alert("Success:" + data);} }); };
Continue reading...
Continue reading...