I'm having some difficulty assembling an ABE rule to allow redirection from an identity provider (edentity.com) to a development server (on localhost).
My SYSTEM ruleset looks like this:
Code: Select all
Site http://localhost:7666
Accept from localhost https://uat.identity.qld.gov.au https://test.edentity.com
# Prevent Internet sites from requesting LAN resources.
Site LOCAL
Accept from LOCAL
Deny
Code: Select all
[ABE] <LOCAL> Deny on {GET http://localhost:7666/papium/greenid/verify/<redacted> <<< https://test.edentiti.com/timeout.seam;jsessionid=<redacted>?cid=<redacted>, https://test.edentiti.com/verification/verify-singlepage.seam, https://test.edentiti.com/verification/verify-singlepage.seam?show=medicaredvs - 6}
SYSTEM rule:
Site LOCAL
Accept from LOCAL
Deny
(And I could post this in the ABE forum, but I actually need help).
