You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using SAML auth with Entra ID/Azure AD, but I want to prevent anyone not on a specific IP (or multiple IPs/CIDRs) from trying to authenticate or access the webserver.
How can I do that?
Defense in depth.
I used to have something like
@blocked not remote_ip <ip1> <ip2> <ip3>
respond@blocked"Nope" 403
But then I added caddy-security and it stopped working. I can get exact config on Monday.
The text was updated successfully, but these errors were encountered:
I am using SAML auth with Entra ID/Azure AD, but I want to prevent anyone not on a specific IP (or multiple IPs/CIDRs) from trying to authenticate or access the webserver.
How can I do that?
Defense in depth.
I used to have something like
But then I added caddy-security and it stopped working. I can get exact config on Monday.
The text was updated successfully, but these errors were encountered: