Lab 1.3 - Create the Access Policy

In this section, edit the policy using the Visual Policy Editor to enable users to login via AD+MFA, then transition to CertSSO.

Task - Open Visual Policy Editor

  1. On the cert_sso profile line click edit under Per-Session Policy

    image8

  2. Click the + (plus symbol) located on the fallback branch located between the Start and Deny boxes

    image9

  3. Click the Logon Tab

  4. Select Logon Page

  5. Click Add Item

    image11

  6. Add an additional field to the logon page by selecting password from the Type dropdown (line 3)

  7. Enter OTP for Post Variable Name

  8. Enter OTP for Session Variable Name

  9. Enter OTP for Logon Page Input Field #3

  10. Click Save

    image12

  11. Click the + (plus symbol) located on the fallback branch located between the Logon Page and Deny boxes

    image13

  12. Click the Authentication tab

  13. Select RADIUS Auth

  14. Click Add Item

    image14

  15. Select radius_servers from the AAA Server dropdown box

  16. Change the password source to %{session.logon.last.OTP}

  17. Click Save

    image15

  18. Click the + (plus symbol) located on the Successful branch located between RADIUS Auth and Deny boxes

    image16

  19. In the Authentication tab, select AD Auth

  20. Click Add Item

    image17

  21. Select ad_servers from the Server dropdown box

  22. Click Save

    image18

  23. Click the + (plus symbol) located on the Successful branch located between AD Auth and Deny box

  24. Click Add Item

    image10

  25. In the Assignment tab, select Variable Assign

  26. Click Add Item

    image19

  27. Click Add new entry

    image36

  28. Click change

    image37

  29. Enter session.ssl.cert.whole in the custom variable field

    image38

  30. Locate the F5CertSSO.f5lab.local.txt file in the C:\labs\class2\student_files directory.

    image39

  31. Open the file with notepad++ and copy the contents of the file

    image40

  32. Return to the Visual Policy Editor and paste the certificate into the custom expression field

  33. Click Finished

    image41

  34. Click Save

    image42

  35. Click the Deny ending icon located on the fallback branch of the Variable Assign agent

    image20

  36. Click Allow

  37. Click Save

    image21

  38. Click Apply Access Policy located in the top left corner to commit the policy changes