POST https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyAssertion?key=AIza**************** (API key) And here's the result:
We've searched the forum as well as google the net, but couldn't find anything that matches our issue. Can somebody help? |
<script type="text/javascript" src="//www.gstatic.com/authtoolkit/js/gitkit.js"></script>
<link type="text/css" rel="stylesheet" href="//www.gstatic.com/authtoolkit/css/gitkit.css" />
<style type="text/css">
#gitkitWidgetDiv {width:100%;}
input[type="checkbox"] {display:inline-block !important;}
</style>
<script type="text/javascript">
var config = {
apiKey: 'AIz**********************',
signInSuccessUrl: 'http://ourdomain.com/success.asp',
idps: ["google"],
oobActionUrl: 'http://ourdomain.com/sendemail.asp',
siteName: 'Our site'
};
// The HTTP POST body should be escaped by the server to prevent XSS
window.google.identitytoolkit.start(
'#gitkitWidgetDiv', // accepts any CSS selector
config,
'JAVASCRIPT_ESCAPED_POST_BODY');
</script>
--
You received this message because you are subscribed to the Google Groups "Google Identity Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-identity-t...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<script type="text/javascript">
var config = {
apiKey: 'AIza*************************',
};
// The HTTP POST body should be escaped by the server to prevent XSS
window.google.identitytoolkit.start(
'#gitkitWidgetDiv', // accepts any CSS selector
config,
'');
</script>
- Mengcheng
To unsubscribe from this group and stop receiving emails from it, send an email to google-identity-toolkit+unsub...@googlegroups.com.
Do I need to make the request from a https source?
To unsubscribe from this group and stop receiving emails from it, send an email to google-identity-toolkit+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-identity-t...@googlegroups.com.