Axiom authentication
I'm looking for a way to disable "Active Directory" login on the Axiom web interface(for Internet security), but leave the option available on the server for the "Canary Admin" application.
Is it possible?
3 replies
-
Hi ,
You should be able to accomplish this through Identity Provider Routing.
-
We had it working for months, and then it recently stopped. might have coincided with the upgrade to v25.5, but I'm not certain.
The pattern should match just one source IP address, but now *any* connection from other sources are getting Entra only, not AD auth.
"IdentityProviderRoutes": [
{
"IpAddressRegex": "^(::ffff:)?10\\.10\\.125\\.1$",
"ProviderNameRegex": "(entra)"
},
{
"IpAddressRegex": null,
"ProviderNameRegex": "(Active Directory|entra)"
}
],