Skip to content

Commit

Permalink
oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
MattDierick committed Sep 4, 2024
1 parent f5e8b7e commit 2bccedf
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 5 deletions.
Binary file added docs/class1/module4/images/lab2-cmlogin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/class1/module4/images/lab2-dnsresolver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/class1/module4/images/lab2-myinstances.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 39 additions & 1 deletion docs/class1/module4/lab1.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,40 @@
Lab 2.1 - Create DNS Resolver
Lab 4.1 - Create DNS Resolver
#############################

.. note:: If you already ran through the Lab 2 - SAML Azure authentication with Kerberos SSO, you can skip this section of the lab. The DNS resolver is already created.


1. Access **BIG-IP Next Central Manager** if you're not already logged in.

.. image:: images/lab2-cmlogin.png
:width: 600 px

2. Click on the Workspace icon and select Infrastructure

.. image:: images/lab2-infrastructure.png
:width: 600 px

3. In the My Instances dashboard, click on *big-ip-next-03.example.com* instance.

.. image:: images/lab2-myinstances.png
:width: 600 px

4. This will open the Instance Settings screen. On the left side, click on **Routing & Forwarding**. Click on **Default** VRF.

.. image:: images/lab2-routingforwarding.png
:width: 600 px

5. Enable **DNS Resolver** and add a new entry

* Name : global_f5_internal_net_resolver
* Forward Zone : create a new zone

* forwardZone : . <- this is a period or single dot
* nameserver : 10.1.1.6:53

.. image:: images/lab2-dnsresolver.png
:width: 600 px

9. Click **Save** and **Save**, and then click **Cancel & Exit** to exit out of the Instance Setting screen.

This ends this section of the lab, onto the next.
3 changes: 2 additions & 1 deletion docs/class1/module4/lab2.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Lab 2.2 - Create an Access Security Policy
Lab 4.2 - Create an Access Security Policy
##########################################

2 changes: 1 addition & 1 deletion docs/class1/module4/lab3.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Lab 2.3 - Create an Application
Lab 4.3 - Create an Application
###############################
2 changes: 1 addition & 1 deletion docs/class1/module4/lab4.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Lab 2.4 - Test Application
Lab 4.4 - Test Application
##########################
9 changes: 8 additions & 1 deletion docs/class1/module4/module4.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
Lab 4 - OIDC Azure authentication with Kerberos SSO (under construction)
########################################################################

DO NOT RYN THROUGH THIS LAB
Estimate time to complete: 20 minutes.

In this lab we will explore how to setup Oauth OIDC authentication with EntraID (Azure AD)

**Learning Objectives:**

- Create Policy via Visual Policy Designer (VPD).
- Assign Flows and rules to the policy.
- Create Application and associate it with policy

.. toctree::
:maxdepth: 1
Expand Down

0 comments on commit 2bccedf

Please sign in to comment.