Manual Chapter :
Updating OAuth providers on the OAuth
Logon Page
Applies To:
Show VersionsBIG-IP APM
- 17.1.0, 17.0.0, 16.1.5, 16.1.4, 16.1.3, 16.1.2, 16.1.1, 16.1.0
Updating OAuth providers on the OAuth
Logon Page
You can add, delete, and reorder the
list of OAuth providers that display on an OAuth Logon Page.
- Open the per-session policy (or the per-request policy subroutine) that you want to update.
- Click theOAuth Logon Pageitem.A Properties screen opens.
- In row 1 of the Logon Page Agent table, click theValuesfield.Row 1 contains values for theoauthprovidertypevariable.A popup screen displays options with aValueand aTextfield for each provider.
- Add, delete, or reorder the providers, and clickFinished.The popup screen closes. The updated list of providers displays in theValuesfield in row 1.
- If you added a provider, add a branch rule for that provider:
- Click the Branch Rules tab.
- ClickAdd Branch Rule.A new entry withNameandExpressionsettings displays.
- In theNamefield, replace the default name by typing a new name.The name appears on the branch in the policy.
- Select and copy an expression from another branch rule.For example, copy the expression displayed for theF5branch rule:expr{[mcget{session.logon.last.oauthprovidertype}] == "F5"}
- For the branch rule that you added, in theExpressionsetting click thechangelink.A popup screen opens.
- Click the Advanced tab, paste the expression into the field, and replace the existing provider name (such asF5) with the new provider name.For example, the result might look like this:expr{[mcget{session.logon.last.oauthprovidertype}] == "Siterequest"}
- ClickFinished.The popup screen closes.
- ClickSave.The properties screen closes and the policy displays.
- ClickFinished.The popup screen closes.
- If you are working with a per-session policy, click theApply Access Policylink.