-
Hello Team, |
Beta Was this translation helpful? Give feedback.
Answered by
maduvena
May 11, 2023
Replies: 1 comment
-
Hi, the key strength of the Janssen server is that it can be customized in any which way you imagine. You can use an interception script to force re-authentication whenever fraud is detected. Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ossdhaval
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the key strength of the Janssen server is that it can be customized in any which way you imagine.
You can update a userclaim say
fraud_pattern = true
when some event has occurred (fraud detection event).You can use an interception script to force re-authentication whenever fraud is detected.
Redirect back to
/authorize
endpoint with "login=prompt" parameter.We have presented this in an article here - See Step no 12.
Hope this helps!