Lab 1.4: Create SAML Resource

digraph breadcrumb { rankdir="LR" ranksep=.4 node [fontsize=10,style="rounded,filled",shape=box,color=gray72,margin="0.05,0.05",height=0.1] fontsize = 10 labeljust="l" subgraph cluster_provider { style = "rounded,filled" color = lightgrey height = .75 label = "BIG-IP APM" idp [label="IDP",color="palegreen"] spconnector [label="SP Connector",color="palegreen"] bind [label="Bind Connectors",color="palegreen"] resource [label="SAML Resource",color="steelblue1"] webtop [label="Webtop"] profile [label="Access Profile"] vs [label="VS"] test [label="Test"] idp -> spconnector -> bind -> resource -> webtop -> profile -> vs -> test } }

Task 1 - Create SAML Resource

  1. Navigate to Access ‣ Federation ‣ SAML Resource and click the + sign

    image10

  2. Configure the following settings:

    Property Value
    Name app.f5demo.com
    SSO Configuration idp.f5demo.com
    Caption app

    image11

  3. Click the Finished button.