Is checkmk SAML 2.0 capable?

Refined it a bit further for the Risk-Based policy.

  1. if user is from internal (lan range) then authenticate with Username/Password authentication
  2. if user comes from External (not LAN-range) authenticate with Username/Password + 2FA
  3. if user is not part of group ‘Checkmk’ deny access.

So from just evaluating origin of an authentication request i have incorporated one’s organisational role within the federation.

Remember, this business-logic is handled by my IDP, not CheckMK !