Lab 1.3: Bind SP Connectors

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="steelblue1"] resource [label="SAML Resource"] webtop [label="Webtop"] profile [label="Access Profile"] vs [label="VS"] test [label="Test"] idp -> spconnector -> bind -> resource -> webtop -> profile -> vs -> test } }

Once we have the Identity Provider and Service Provider objects configured, we need to link them together.

Task 1 - Bind the IdP and SP Connector

  1. Navigate to Access ‣ Federation ‣ SAML Identity Provider ‣ Local IdP Services

    image1

  2. Check the radio button next to idp.f5.demo.com

  3. Click on the Bind/Unbind SP Connectors button

  4. Check the box next to /Common/app.f5demo.com

    image9

  5. Click the OK button.