Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
228 views

The documentation says the jti identifies the event and "is unique to the stream". That means it could be repeated in multiple streams. What differentiates the stream? And how can I make ...
Felipe Müller's user avatar
2 votes
0 answers
178 views

I'm trying to register an API endpoint to receive RISC security events from Google and have followed their tutorial for doing this. However, I've been struggling to get a successful response from ...
moazelshebly's user avatar
0 votes
0 answers
287 views

I am trying to register an api callback endpoint in google Cross-Account Protection, but I keep getting a 500 Internal Server Error response with the following body: { "error": { "...
hiddenSt's user avatar
-1 votes
1 answer
275 views

While trying to register my receiver endpoint in order to start receiving RISC indications from google, I constantly get the same reply: 403 Client Error: Forbidden for url: https://risc.googleapis....
Weknin's user avatar
  • 131
0 votes
1 answer
481 views

My security event receiver is set up and I'm at this step trying to test that it actually works. I've copied the code from the example almost exactly, but my script is resulting in an error. Here's ...
Steve Hoffing's user avatar
1 vote
1 answer
279 views

I have successfully implemented Google Sign-In for my application as described here, with an additional layer of validation using our back-end server as described here. However, when I try to register ...
wpercy's user avatar
  • 10.2k
2 votes
1 answer
229 views

I have implemented google oauth login and google RISC security event handling for our app. To enable oauth, I have created web app on google console using our G suite email address. After enabling ...
Abhilasha's user avatar
  • 1,225
2 votes
1 answer
289 views

I am currently integrating with the Google Cross Account Protection (RISC). As per the docs, there must be some sort of security token that will be posted to the endpoint that you registered. The ...
Inon Baguio's user avatar
2 votes
1 answer
173 views

I've been reading about the SecEvents WG in IETF (https://datatracker.ietf.org/wg/secevent/about/) and RISC at the OpenID Foundation (https://openid.net/wg/risc/). These look like interesting ways to ...
Adam Dawes's user avatar