For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

silver78's avatar
silver78
Icon for Nimbostratus rankNimbostratus
Feb 07, 2020

Kerberos SSO without webtop

Dear Fellows,

Is it possible to have a irule for kerberos SSO without webtop similar to SAML SSO without webtop. Do you have an example:

SAML SSO without webtop: 

    when ACCESS_POLICY_COMPLETED {
        switch -glob [ACCESS::session data get session.server.landinguri] {
            "/mycloudapp*" {
            ACCESS::respond 302 Location "https://idp.mycompany.com/saml/idp/res?id=/Common/MYCLOUDAPP"
            }
            "/proofpoint*" {
            ACCESS::respond 302 Location "https://idp.mycompany.com/saml/idp/res?id=/Common/PROOFPOINT"
            }
            "/businessolver*" {
            ACCESS::respond 302 Location "https://idp.mycompany.com/saml/idp/res?id=/Common/BUSINESSOLVER"
            }
       }

1 Reply