We have a requirement to allow anonymous user access to limited functionality based on something similar to a magiclink.
Is there are way to use the Action interface and suspension handler
https://backstage.forgerock.com/docs/am/7/apidocs/org/forgerock/openam/auth/node/api/Action.html#suspend(org.forgerock.openam.auth.node.api.SuspensionHandler)
in a scripted decision node to implement something similar to magiclink authentication for an anonymous user.
The documentation on the SuspensionHandler and usage of the same in a Scripted decision node appears to be very limited.
There is a reference to implementing this in IG < 7 Magic links with ForgeRock Access Management — Before v7 | by Stéphane Orluc | Medium
Though it recommends using Email suspend node in AM 7.x which we are on. Since our deployment does not have an idm integration and there is no identity associated with the authentication request.
Are there suggestions on approaches to implement this feature?
Thank you