Skip to content

Commit 75e0871

Browse files
authored
Merge pull request #189820 from Rainier-MSFT/patch-133
Consistency updates
2 parents 6b24b55 + 980dc07 commit 75e0871

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory/manage-apps/f5-big-ip-oracle-jde-easy-button.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The secure hybrid access solution for this scenario is made up of several compon
4141

4242
**Oracle JDE Application:** BIG-IP published service to be protected by Azure AD SHA.
4343

44-
**Azure AD:** Security Assertion Markup Language (SAML) Identity Provider (IdP) responsible for verification of user credentials, Conditional Access (CA), and SSO to the BIG-IP.
44+
**Azure AD:** Security Assertion Markup Language (SAML) Identity Provider (IdP) responsible for verification of user credentials, Conditional Access (CA), and SAML based SSO to the BIG-IP. Through SSO, Azure AD provides the BIG-IP with any required session attributes.
4545

4646
**BIG-IP:** Reverse proxy and SAML service provider (SP) to the application, delegating authentication to the SAML IdP before performing header-based SSO to the Oracle service.
4747

@@ -80,7 +80,7 @@ Prior BIG-IP experience isn’t necessary, but you need:
8080

8181
* An account with Azure AD application admin [permissions](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#application-administrator)
8282

83-
* An [SSL web certificate](./f5-bigip-deployment-guide.md#ssl-profile) for publishing services over HTTPS, or use default BIG-IP certs whilst testing
83+
* An [SSL Web certificate](./f5-bigip-deployment-guide.md#ssl-profile) for publishing services over HTTPS, or use default BIG-IP certs while testing
8484

8585
* An existing Oracle JDE environment
8686

@@ -164,7 +164,7 @@ Some of these are global settings can be re-used for publishing more application
164164

165165
The **Service Provider** settings define the SAML SP properties for the APM instance representing the application protected through SHA.
166166

167-
1. Enter **Host**. This is the public FQDN of the application being secured. You need a corresponding DNS record for clients to resolve this address, but using a localhost record is fine during testing
167+
1. Enter **Host**. This is usually the FQDN that will be used for the applications external URL
168168

169169
2. Enter **Entity ID**. This is the identifier Azure AD will use to identify the SAML SP requesting a token
170170

@@ -220,7 +220,7 @@ This section defines all properties that you would normally use to manually conf
220220

221221
When a user successfully authenticates, Azure AD issues a SAML token with a default set of claims and attributes uniquely identifying the user. The **User Attributes & Claims** tab shows the default claims to issue for the new application. It also lets you configure more claims.
222222

223-
![Screenshot for Azure configuration – User attributes & claims](./media/f5-big-ip-easy-button-ldap/user-attributes-claims.png)
223+
![Screenshot for user attributes and claims](./media/f5-big-ip-kerberos-easy-button/user-attributes-claims.png)
224224

225225
You can include additional Azure AD attributes if necessary, but the Oracle JDE scenario only requires the default attributes.
226226

@@ -258,7 +258,7 @@ To select a policy to be applied to the application being published:
258258

259259
A virtual server is a BIG-IP data plane object represented by a virtual IP address listening for client requests to the application. Any received traffic is processed and evaluated against the APM profile associated with the virtual server, before being directed according to the policy results and settings.
260260

261-
1. Enter **Destination Address**. This is any available IPv4/IPv6 address that the BIG-IP can use to receive client traffic. A corresponding record should also exist in DNS, enabling clients to resolve the external URL of your BIG-IP published application to this IP.
261+
1. Enter **Destination Address**. This is any available IPv4/IPv6 address that the BIG-IP can use to receive client traffic. A corresponding record should also exist in DNS, enabling clients to resolve the external URL of your BIG-IP published application to this IP, instead of the appllication itself. Using a test PC's localhost DNS is fine for testing.
262262

263263
2. Enter **Service Port** as *443* for HTTPS
264264

0 commit comments

Comments
 (0)