Updated Date: 04/27/2026
Using APM as an OAuth 2.0 Authorization Server
You can configure a BIG-IP system with Access Policy Manager® (APM®) to act as an OAuth authorization server. OAuth client applications and resource servers can register to have APM authorize requests.
-
Creating an access profile for F5 as an OAuth authorization server
-
Configuring an access policy for F5 as an OAuth authorization server
-
Creating a virtual server for OAuth authorization server traffic
For a client application to obtain OAuth tokens and OAuth authorization codes from the BIG-IP system, you must register it with Access Policy Manager (APM).
-
On the Main tab, click Access > Federation > OAuth Authorization Server > Client Application.
The Client Application screen opens.
-
Click Create.
-
In the Name field, type a name for the object.
-
In the Application Name field, type the application name.
-
In the Customization Settings for English area in the Caption field, type a caption.
APM displays this caption as the name of the application on an Authorization screen if you choose to display one.
-
In the Security Settings area, for Authentication Type, select one of the options:
- None - This is typically used in conjunction with the Implicit grant type, which does not use a secret or a certificate. For grant types other than Implicit, the other options provide better security.
- Secret - This is the default setting. If this is selected, APM generates this secret for the client and you can request that APM regenerate the secret.
- Certificate - Uses the client certificate. If this is selected, the Client Certificate Distinguished Name field displays.
-
If the Client Certificate Distinguished Name field displays, leave it blank or type a name.
If you leave it blank, APM accepts any valid client certificate. If you specify a name, APM accepts only the specific valid client certificate with the specified Distinguished Name.
This is a sample Distinguished Name for the client certificate:
emailAddress=w.smith@f5.com,CN=OAuth AS Project Client2 Cert,OU=Product Development,O=F5 Networks,ST=CA,C=US -
For Scope, select one or more and move them to the Selected field.
-
From Grant Type, select one or more of the options:
- Authorization Code / Hybrid - The client must authenticate with the authorization server (APM) to get a token.
- Implicit - The client gets a token from the authorization server (APM) without authenticating to it. (Refresh tokens are not available with this grant type.)
- Resource Owner Password Credentials - The client goes directly to the authorization server and uses the resource owner credentials to obtain a token.
-
For Redirect URI(s) (if displayed), type a fully qualified URI, click Add, and repeat as needed.
Redirect URI(s) form a list of URIs to which the OAuth authorization server can redirect the resource owner’s user agent after authorization is obtained for an authorization code or implicit grant type.
-
For Support OpenID Connect, select Enabled to select OpenID Connect support.
Client applications retreive an ID token and an access token.
-
To apply the token management settings from an OAuth profile, perform these substeps:
-
In the Token Management Configuration area, select the Use Profile Token Management Settings check box. Default is selected.
The token management configuration settings in an OAuth profile that is attached to the virtual server apply to client application.
-
Skip to step 13.
-
-
To manage tokens in a manner that is distinct for this client application, perform these substeps:
-
In the Token Management Configuration area, clear the Use Profile Token Management Settings check box.
Token management settings become available.
-
Update settings to meet the particular requirements of this client application. These settings override the OAuth profile settings.
-
-
Click Finished.
APM generates a client ID for the application. If the Authentication Type is set to Secret, APM generates a secret. The application displays on the Client Application screen.
Before you start, configure a client application. By default, the PKCE feature is disabled in the authorization code flow management for a client application.
Proof Key for Code Exchange (PKCE) is an extension to the authorization code flow that can be used to mitigate authorization code interception attacks when the public clients request access using the authorization code.
When the Require PKCE option is selected, the APM acting as an OAuth authorization server requires PKCE extension support from the client. The clients generate a random code verifier string and employ a code challenge method (plain or SHA256) to validate themselves with the authorization server. When this option is cleared, using PKCE with authorization code flow is optional for client requests. For more information, refer to the RFC7636 document.
-
On the Main tab, click Access > Federation > OAuth Authorization Server > Client Application.
The Client Application screen displays.
-
Click the client application name.
Properties page displays.
-
In the Security Settings area, select the Authorization Code / Hybrid checkbox from the Grant Type list.
-
In the Token Management Configuration area, clear the Use Profile Token Management Settings checkbox.
Token Management settings become available. The client application token management settings override the profile settings set for the OAuth profile.
-
To avail the PKCE extension to authorization code flow, select the Require PKCE checkbox. Default is cleared.
Allow Plain Code Challenge setting become available.
-
To allow the plain code challenge, select the Allow Plain Code Challenge checkbox. Default is selected.
When the checkbox is cleared, plain code challenge method is not allowed and the client can use encrypted SHA256 algorithm.
-
Click Update.
For Access Policy Manager (APM) as an OAuth authorization server to accept token introspection requests from a resource server for token validation, you must register the resource server with APM.
-
On the Main tab, click Access > Federation > OAuth Authorization Server > Resource Server.
The Resource Server screen displays.
-
Click Create.
-
In the Name field, type a name for the object.
-
For Authentication Type, select one of these:
- None - This option requires no authentication when the resource server sends a token introspect request to the OAuth authorization server to get the token validated.
- Secret - For this option, APM generates this secret and you can request that APM regenerate the secret.
- Certificate - This is the default setting. If this is selected, Resource Server Certificate Distinguished Name field displays.
-
If Resource Server Certificate Distinguished Name displays, leave it blank or type a name.
If you leave it blank, APM accepts any valid client certificate. If you specify a name, APM accepts only the specific valid client certificate with the specified Distinguished Name.
This is a sample Distinguished Name for the client certificate:
emailAddress=w.smith@f5.com,CN=OAuth AS Project Client2 Cert,OU=Product Development,O=F5 Networks,ST=CA,C=US -
Click Finished.
The new resource server displays on the list.
When Access Policy Manager (APM) acts as an OAuth authorization server, you must configure scopes of access. (A scope specifies a string, and optionally, a value, that represents a resource.)
-
On the Main tab, click Access > Federation > OAuth Authorization Server > Scope.
The Scope screen opens.
-
Click Create.
-
In the Name field, type a name for the object.
-
In the Scope Name field, type a name for the scope.
-
In the Scope Value field, type a value for the scope.
-
In the Customization Settings for English area, in the Caption field, type a caption.
-
In the Detailed Description field, type a description of the access that the client application needs.
If you choose to display an Authorization screen, APM displays the contents of this field on it; or, if this field is blank, APM displays the contents of the Caption field.
Here are some examples:
Access your profileorUpdate your tasks, projects, and workspace. -
Click Finished.
You can configure the claims that you want to include in the JSON Web Tokens (JWTs). (A claim specifies a string, and optionally, a value, that represents a resource.) This is only required if you plan to specify claims in your JWTs.
-
On the Main tab, select Access > Federation > OAuth Authorization Server > Claim.
-
Click Create.
-
In the Name field, type a name for the configuration.
-
From Claim Type, select the required claim type from the list. Available options are String, Number, Boolean, or Custom.
-
In the Claim Name field, type a name for the claim.
Note: The following names are reserved claim names, and you cannot use them in OAuth claim configuration:
iss,aud,sub,exp,nbf,iat,jti,x-jti,at_hash,c_hash,azp,acr,amr,sub-jwk,nonce,auth_time,_claim_names,_claim_sources,scope,scope_data,token_type,username, andid_token. -
In the Claim Value field, type a value for the claim depending on its type.
|
Claim Type |
Value can be |
|---|---|
|
String |
Enter ASCII characters or session variable in the Claim Value field. Do not encapsulate the provided claim value in the escaped quotes (\"). |
|
Number |
Enter a valid number or a session variable in the Claim Value field. |
|
Boolean |
Enter |
|
Custom |
Select this option when the claim value is a JSON value type array, object, or null in the Claim Value field.When the Claim Type is set to Custom, you can use both Object (array, null) or String (claim type String is recommended) in the claim value. Ensure the string value is encapsulated in the escaped quotes (\"). For example, if an array contains strings, number, boolean, and null, encapsulate only the string values in quotes within the array. Claim Value = [\“example\”, \“Strings\”, 5, true, null]. Note: For BIG-IP versions 14.1.4.2 or lower, you do not need to encapsulate the string value in escaped quotes for the Custom claim type. |
-
Click Save.
The newly created claim displays on the list.
You associate claims with tokens an OAuth bearer SSO configuration.
A JSON web key configuration specifies a cryptographic JSON web key (JWK). You configure JWKs for the system to use to sign the JSON web tokens that it issues. For example, you use JWK key configurations when setting up OAuth bearer single sign-on.
-
On the Main tab, select Access > Federation > JSON Web Token > Key Configuration.
The Key Configuration screen opens.
-
Click Create.
-
In the Name field, type a name.
-
In ID, type an ID.
This parameter is used to identity a specific JSON web key.
-
For the JWT Type, it specifies the type of JSON Web Token (JWT). Click the applicable JWT type radio button. Available options are JWS and JWE. Select the JWS (JSON Web Signature) or JWE (JSON Web Encryption) option to generate corresponding token type.
-
For Type, select RSA, Octet, or Elliptic Curve. This option specifies the type of cryptographic algorithm used to sign the JSON web key.
- RSA - Uses RSA algorithms
- Elliptic Curve - Uses ECDSA algorithms
- Octet - Uses HMAC algorithms Additional parameters display for the type that you select.
-
For Key Encryption Algorithm, select the required key. This option specifies the key encryption algorithm used in the JWE token generation. Available option is RSA-OAEP algorithm. Default option is None. This option appears when JWT Type is selected as JWE.
-
For Content Encryption Algorithm, select the required key. This option specifies the data encryption algorithm used in the JWE token generation. Supported options are A128GCM and A256GCM algorithms. Default option is None. This option appears when JWT Type is selected as JWE.
-
For Signing Algorithm, select the applicable options such as 256, 384, 512 from the list based on the Type selected. This option specifies RSA, ECDSA (Elliptic Curve), or HMAC (Octet) algorithms depending on the specific Type selected.
-
For the Octet type, you need to configure additional settings:
-
For Use Client Secret, click the checkbox as needed. If selected, the client secret is used by the OAuth client to authenticate to the authorization server for an Octet type. In addition, the encoding format and shared secret are not needed. If not selected, the shared secret is used. When the check box is selected, this option hides the Encoding Format and Shared Secret options.
-
For Encoding Format, select the required format. Available options are None and Base64url. Default selection is None.
-
In Shared Secret, type the secret.
Important: To maximize the security of the algorithm, use enough characters so that the resulting key size matches the block size for the signing algorithm: for HS256, 32 characters; for HS384, 48 characters; for HS512, 64 characters.
-
Click Save.
The newly created JWK displays on the list.
-
-
For the Octet type, you only need to configure one additional setting:
-
In Shared Secret, type a secret.
Important: To maximize the security of the algorithm, type enough characters so that the resulting key size matches the block size for the signing algorithm: for HS256, 32 characters; for HS384, 48 characters; for HS512, 64 characters.
-
Click Save.
The newly created JWK displays on the list.
-
-
To support an RSA or an Elliptic Curve key type, you must either configure settings in the Certificates area or in the Parameters area.
To get the necessary parameters from a certificate, go to the Certificates area and configure these settings:
-
In the Certificates area, for Certificate File, select a certificate.
Important: When BIG-IP acts as an Authorization Server to generate the JWE token, select the Certificate file. If BIG-IP acts as a Client or Resource Server to consume the JWE token, select both Certificate file and corresponding Certificate Key.
Important: When the BIG-IP system is on a chassis platform or is included in an HA pair, do not select the default certificate. F5 strongly discourages the use of the default certificate in a JWK in any configuration.
Note: The Include X5C, Certificate Key, and Key Passphrase settings apply only for a JWK for use with APM as an OAuth authorization server.
-
In the Certificates area, when the Include X5C checkbox is enabled, specifies that the JWKS endpoint response contains a chain of one or more PKIX certificates. This option appears when a certificate is selected from the Certificate File list.
-
In the Certificates area, for the Certificate Key, select a certificate key from the list. This option specifies the certificate key that this JSON web key uses to sign the JWT.
For a BIG-IP system on a chassis platform or in an HA pair, do not select the default certificate key, default.key. F5 strongly discourages the use of the default key in a JSON web key in any configuration.
-
In the Certificates area, for the Key Passphrase, enter a key passphrase. This option specifies the passphrase used to encrypt the certificate key provided in the Certificate Key field.
-
For Certificate Chain, select one.
-
Click Save.
The newly created JWK displays on the list.
-
-
For the RSA type, in the absence of a certificate, go to the Parameters area and complete these substeps:
-
For Modulus, type the modulus of the RSA public key.
-
For Public Exponent, type the public exponent of the RSA public key.
-
Supply values for the SHA-1 Thumbprint, and SHA-256 Thumbprint fields.
-
Click Save.
The newly created JWK displays on the list.
-
-
For the Elliptic Curve type, in the absence of a certificate, go to the Parameters area and complete these substeps:
-
For X Coordinate, type an X coordinate for the elliptic curve.
-
For Y Coordinate, type an Y coordinate for the elliptic curve.
-
For Curve, specify an elliptic curve.
For example, type
P-256. -
Supply values for the SHA-1 Thumbprint, and SHA-256 Thumbprint fields.
-
Click Save.
The newly created JWK displays on the list.
-
You create database instances to store the opaque tokens that Access Policy Manager (APM) grants and then stores for the tokens’ lifetimes.
Note: APM provides one default database instance, oauthdb. Additional instances enable you to group tokens.
-
On the Main tab, click Access > Federation > OAuth Authorization Server > Database Instance.
The Database Instance screen opens.
-
Click Create.
-
In the Name field, type a name for the object.
-
In the Purge Schedule Settings area, select a frequency from the Frequency list and specify a time in the Schedule At field.
Schedule the database purge for a time when the BIG-IP system is least used to prevent any possible performance issues.
Purging removes expired access tokens, refresh tokens, authorization codes, and associated entries from the instance. For the purpose of purging, an access token is considered expired when it passes the date when it expires; (expiry is based on the Access Token Lifetimesetting).
Note: Expired access tokens are not removed when the Reuse Access Token setting is enabled (in the corresponding OAuth profile) and a refresh token has been issued and the refresh token is not expired.
Revoked access tokens are purged after they expire.
-
To save this database instance, click Finished.
Database instances are available for selection in an OAuth profile.
You configure an OAuth profile to specify the client applications, resource servers, token types, and authorization server endpoints that apply to the traffic that goes through a particular virtual server.
-
On the Main tab, click Access > Federation > OAuth Authorization Server > OAuth Profile.
The OAuth Profile screen opens.
-
Click Create.
-
In the Name field, type a name for the object.
-
For Client Application, select from the available clients and move them to the Selected list.
-
For Resource Server, select from the available servers and move them to the Selected list.
-
Click Finished.
You have created an OAuth profile that supports the client apps and resource servers you selected; it supports opaque tokens and is configured to store them in the default database instance.
You can update the types of tokens (JSON web token and opaque token) provided through this OAuth profile and update token management settings for either type of token.
Before you begin this task, you must create an OAuth profile.
You configure the OAuth profile so that the OAuth authorization server can issue opaque tokens, JSON web tokens (JWT), or both, for the traffic that goes through a particular virtual server.
-
On the Main tab, click Access > Federation > OAuth Authorization Server > OAuth Profile.
The OAuth Profile screen displays.
-
Click the name of the OAuth profile you want to edit.
-
In the Token Management Configuration area, select the Custom check box.
Settings become available.
-
To update support for opaque tokens, locate the Support Opaque Token check box; then select it to enable opaque tokens or clear it to disable them.
When the check box is selected, settings for opaque tokens display, and when it is cleared the settings are hidden.
-
To update support for PKCE extension, locate the Require PKCE check box; then select it to enable PKCE feature or clear it to disable. Default is cleared.
When the Require PKCE is selected, Allow Plain Code Challenge option is displayed. Default is selected.
-
To update support for JSON web tokens, locate the Support JWT Token check box; then select it to enable JWT tokens or clear it to disable them.
When the check box is selected, settings for JWT tokens display, and when it is cleared the settings are hidden.
-
Click Update.
If the OAuth profile supports both opaque tokens and JWTs, for an OAuth client to get a JWT, its request to the authorization server must include this parameter and value: token_content_type=jwt.
Before you start, configure an OAuth profile. By default, an OAuth profile enables opaque tokens and supplies default token management settings for them.
You might want to store opaque tokens in a non-default database instance or change the access token lifetime.
-
On the Main tab, click Access > Federation > OAuth Authorization Server > OAuth Profile.
The OAuth Profile screen opens.
-
Click the name of the OAuth profile you want to edit.
-
In the Token Management Configuration area, select the Custom check box.
Settings become available.
-
From the Database Instance list, you can retain the default, oauthdb, or select another database instance.
-
To update endpoints:
-
In the Authorization Server Endpoints area, select the Custom check box.
Settings become available.
-
Change values in any of these fields: Authorization Endpoint, Token Issuance Endpoint, Token Revocation Endpoint, and Token Introspection Endpoint.
-
-
Click Update.
Before you start, configure an OAuth profile. By default, the PKCE feature is disabled in the authorization code flow management in an OAuth profile.
Proof Key for Code Exchange (PKCE) is an extension to the authorization code flow that can be used to mitigate authorization code interception attacks when the public clients request access using the authorization code.
When the Require PKCE option is selected, the APM acting as an OAuth authorization server requires PKCE extension support from the client. The clients generate a random code verifier string and employ a code challenge method (plain or SHA256) to validate themselves with the authorization server. When this option is cleared, using PKCE with authorization code flow is optional for client requests. For more information, refer to the RFC7636 document.
-
On the Main tab, click Access > Federation > OAuth Authorization Server > OAuth Profile.
The OAuth Profile screen displays.
-
Click the OAuth profile name.
Properties page displays.
-
In the Token Management Configuration area, select the Custom check box.
Token Management Configuration settings become accessible.
-
To avail the PKCE extension to authorization code flow, select the Require PKCE checkbox. Default is cleared.
The Allow Plain Code Challenge setting become available.
-
To allow the plain code challenge, select the Allow Plain Code Challenge checkbox. Default is selected.
When the checkbox is cleared, plain code challenge method is not allowed and the client can use encrypted SHA256 algorithm.
-
Click Update.
Before you start, configure an OAuth profile, configure JSON web keys (JWK), and configure claims.
Note: You can configure JWKs in the Access > Federation > JSON Web Token area of the product.
So that Access Policy Manager (APM) will generate JSON web tokens (JWTs) for the traffic on a specific virtual server, you configure these settings in the OAuth profile.
-
On the Main tab, click Access > Federation > OAuth Authorization Server > OAuth Profile.
The OAuth Profile screen opens.
-
Click the name of the OAuth profile you want to edit.
-
In the Token Management Configuration area, select the Custom check box.
Settings become available.
-
If the Support JWT Tokens check box is cleared, select it.
Additional settings display.
-
If the Support OpenID Connect check box is selected, it enables OpenID Connect support. Client applications retrieve an ID token and an access token. When this option is selected, the ID Token Primary Key and UserInfo Primary Key options appear on the screen.
-
In Issuer, type the URL for the issuer.
For example, type
https://big-ip-server.comwhere big-ip-server is the name of your server. -
In Subject, retain the default value,
%{session.assigned.uuid}, or type a subject for the JWT.The session variable session.assigned.uuid contains the UUID that APM assigns to the session after the access policy completes.
-
For the Trusted Certificate Authorities, select a certificate authority file stored on the BIG-IP system. This file is used when verifying the JWK (specified in Primary Key) if the JWK uses an asymmetric key.
-
Select the Ignore Expired Certificate Validation checkbox. If enabled, the certificate is used for signing JWT access token even if it is expired.
-
For the JWT Key Type, click the required JSON key type radio button. Available oprions are JWS and JWE. This option specifies the type of JSON Web Token (JWT) key. The JWT Key Type option is visible when the Support JWT Token checkbox is selected. Select the JWS (JSON Web Signature) or JWE (JSON Web Encryption) option to generate corresponding token type. Based on the JWT key type selection (JWS or JWE), the respective JWT primary and ID token primary keys are populated and select the applicable keys from the dropdown list.
-
For the JWT Primary Key, select a JSON Web Key (JWK) configuration from the list. This option specifies the primary signing key for the JWT. APM uses the JWK to retrieve the shared key (symmetric) or the private key (asymmetric) used to sign the JWT access token. If the key is asymmetric, the configured public key is returned as part of JWKS URL response.
Note: JSON web keys are configured in the Access > Federation > JSON Web Token area of the product.
-
For ID Token Primary Key, select a JSON web key (JWK) configuration from the list. Specifies the primary signing key for the ID token. This option appears when the Support OpenID Connect checkbox is selected. APM uses the JWK to retrieve the shared key (symmetric) or the private key (asymmetric) used to sign the ID token. If the key is asymmetric, the configured public key will be returned as part of JWKS URL response.
-
For UserInfo Primary Key, select a JSON web key (JWK) configuration from the list. Specifies the primary signing key for the UserInfo response. This option appears when the Support OpenID Connect checkbox is selected. APM uses the JWK to retrieve the shared key (symmetric) or the private key (asymmetric) used to sign the UserInfo. If the key is asymmetric, the configured public key will be returned as part of JWKS URL response.
-
To specify Rotation Keys, select one or more JWKs and move them to the Selected list.
Important: Key rotation is a manual process. The administrator should keep track of the certificate expiration for the primary key and assign rotation keys as needed.
-
To specify audience claims, in the Audience field, type a string and click Add. Repeat this step as needed.
-
To specify claims, for JWT Claims move claims to the Selected list. Specifies the list of claims that are part of the JWT access token. Claims are configured in the Access > Federation > OAuth Authorization Server area of the product.
-
To specify claims, for ID Token Claims move claims to the Selected list. Specifies the list of claims that are part of the ID token. Claims are configured in the Access > Federation > OAuth Authorization Server area of the product.
-
To specify claims, for UserInfo Claims move claims to the Selected list. Specifies the list of claims that are part of the user info. Claims are configured in the Access > Federation > OAuth Authorization Server area of the product.
-
In the JWT Access Token Lifetime field, enter the number of minutes a JWT access token is considered valid. In specifying this lifetime, consider that JWT access tokens cannot be revoked.
-
In the ID Token Lifetime field, enter the number of minutes an ID token is considered valid. In specifying this lifetime, consider that ID tokens cannot be revoked.
-
For the JWT Generate Refresh Token, enable the checkbox. When this check box is selected, the OAuth authorization server generates a refresh token in addition to the access token for authorization code and resource owner credential grants.
-
In the JWT Refresh Token Lifetime field, enter the number of minutes a refresh token is considered valid. In specifying this lifetime, consider that JWT refresh tokens cannot be revoked.
-
In JWT Refresh Token Encryption Secret, type a string.
Important: If the JWT Generate Refresh Token setting is enabled, after you set this secret do not change it. Changing the secret automatically invalidates all the issued refresh tokens.
Note: F5 recommends that you write the secret down and store it in a safe place in case you ever need to rebuild the OAuth profile.
-
To update endpoints, in the Authorization Server Endpoints area select the Custom check box.
Settings become available.
-
To update the OpenID Connect discovery endpoint, in OpenID Connect Configuration Endpoint type the URI where clients can find the OpenID Connect provider configuration document.
-
To update the JSON Web Key Set endpoint, in JWKS Endpoint, type the URI where clients can locate the public signing keys for the APM OAuth authorization server.
-
Click Update.
If the OAuth profile supports both opaque tokens and JSON web tokens (JWT), for an OAuth client to get a JWT, its request to the authorization server must include this parameter and value: token_content_type=jwt.
Access Policy Manager (APM®) does not support automatic rotation of signing keys for JSON web tokens (JWTs). To configure signing keys, an administrator selects a primary key in the OAuth profile for authorization server configurations, and optionally, can specify rotation keys. To determine when to update the primary key and when to add or to update rotation keys, an administrator might consider factors such as when the certificates in the keys expire, and how long JWTs that use a particular key remain valid.
You create an access profile to provide the access policy configuration for a virtual server that establishes a secured session. Configure an access profile like this for traffic to Access Policy Manager (APM) as an OAuth authorization server.
-
On the Main tab, click Access > Profiles / Policies > Access Profiles (Per-Session Policies).
The Access Profiles (Per-Session Policies) screen displays.
-
Click Create.
The New Profile screen displays.
-
In the Name field, type a unique name for the access profile.
-
From the Profile Type list, select All or LTM-APM.
-
Scroll down to the Configurations area.
-
From the OAuth Profile list, select the OAuth profile you configured earlier.
-
In the Language Settings area, add and remove accepted languages, and set the default language.
A browser uses the highest priority accepted language. If no browser language matches the accepted languages list, the browser uses the default language.
Important: If you want to translate text into other languages (as you can in Access Policy Customization), make sure to select the languages that you want to display here.
-
Click Finished.
The access profile displays in the Access Profiles List. Default-log-setting is assigned to the access profile.
When you create a virtual server to process traffic from OAuth version 2.0 clients and resource servers, assign this access profile to it.
The Logon Page and OAuth Authorization agents are required in the access policy for Access Policy Manager (APM®) to act as an OAuth authorization server. An authentication agent, such as AD Auth, is optional; if included in a policy, an authentication agent should be placed after the Logon Page and before the OAuth Authorization agent.
When Access Policy Manager (APM®) is configured to act as an OAuth authorization server, an OAuth Authorization agent must be present in the access policy.
The OAuth Authorization agent provides these elements and options.
- Prompt for Authorization
- Enabled - Displays the OAuth Authorization page. The page requests authorization for the client application to access a list of scopes and presents the options to allow or to deny access.
- Disabled - Does not display the OAuth Authorization page.
- Subject
- Type the name of a subject claim (for JSON web tokens).
- Audience
- Specifies the audiences for the claims (for JSON web tokens).
- Scope / Claim Assign
- Specifies the scopes or the claims for which authorization is requested. If no scopes or claims are specified here, the ones configured in APM for the client application are used.
- Customization
- Customize the messages that display on the OAuth authorization page when Prompt for Authorization is set to Enabled:
-
Language - Specifies the language in which you want to customize the fields for this OAuth Authorization agent page.
Note: You select languages in this section only for the purpose of customization. The language used in a policy is determined by the user’s browser settings. The default language for a per-session policy is determined in the access profile and not in the policy.
-
Authorize Message - Specifies the initial wording for the prompt.
-
Scope Message - Specifies the wording that precedes the list of scopes that are specified in the Scope / Claim Assign area of this screen.
-
Allow Message - Provides the label for the button that allows access.
-
Deny Message - Provides the label for the button that denies access.
-
You configure an access policy so that, as OAuth authorization server, Access Policy Manager (APM) can identify and authorize client applications to access resources.
Note: The policy items in these steps are necessary to process traffic sent to F5 (APM) as an authorization server. You can add these items to a branch of an existing policy or add them to a new policy.
-
On the Main tab, click Access > Profiles / Policies > Access Profiles (Per-Session Policies).
The Access Profiles (Per-Session Policies) screen displays.
-
In the Per-Session Policy column, click the Edit link for the access profile you want to configure.
The visual policy editor opens the access policy in a separate screen.
-
Click the (+) icon anywhere in the access policy to add a new item.
Note: Only an applicable subset of access policy items is available for selection in the visual policy editor for any access profile type.
A popup screen opens, listing predefined actions on tabs such as General Purpose, Authentication, and so on.
-
On the Logon tab, select Logon Page and click the Add Item button.
The Logon Page Agent properties screen opens.
-
Click Save.
The properties screen closes and the policy displays.
-
On a policy branch, click the (+) icon to add an item to the policy.
-
On the Authentication tab, select OAuth Authorization and click Add Item.
Important: You must include an OAuth Authorization item in the policy for it to work.
A Properties popup screen opens.
-
If you do not want to prompt for authorization, in the OAuth Authorization area, from the Prompt for Authorization list, select Disabled.
-
In the Subject field, type the subject.
This is the subject of a JSON web token (JWT).
-
In the Audience area, for each audience that you want to support for JWT:
-
Click Add new entry.
A numbered entry displays.
-
Type an audience name in the new field.
-
-
In the Scope / Claim Assign area, add entries to assign scopes, claims, or both:
Assign these whether or not you plan to prompt for authorization.
-
Click Add new entry.
A numbered entry displays with Expression and Claim and Scope properties.
-
To specify a prerequisite for the scopes and claims, click change and configure an expression.
A prerequisite is not mandatory.
For example, use an expression to verify that the user has passed an LDAP query for membership in a group. Or verify that the user has passed Active Directory authentication.
-
To add claims and scopes, click Add/Delete; (this opens a popup screen with Scope and Claim tabs); on one or both tabs, select entries and click Update (this closes the popup screen).
-
-
Click Save.
The properties screen closes and the policy displays.
-
Add any additional access policy items you require to complete the access policy.
Note: On the branch of the access policy with OAuth Authorization, do not also assign connectivity resources (as you can with various resource assign access policy items). Doing so causes a validation error on the Allow ending.
-
Change the ending from Deny to Allow on any access policy branch on which you want to grant access.
-
Click the Apply Access Policy link to apply and activate the changes to the policy.
Before you start this task, import the CA certificate for VMware View Horizon server to the BIG-IP system certificate store.
You create a custom client SSL profile to request an SSL certificate from the client at the start of the session. This enables a Client Cert Inspection item in an access policy to check whether a valid certificate was presented.
-
On the Main tab, click Local Traffic > Profiles > SSL > Client.
The Client SSL profile list screen opens.
-
Click Create.
The New Server SSL Profile screen opens.
-
In the Name field, type a unique name for the profile.
-
From the Parent Profile list, select clientssl.
The default settings for the profile specify a 10-second SSL handshake timeout. Some users with smart cards cannot authenticate within that time. You can increase the timeout if this is the case at your site.
-
From the Configuration list, select Advanced.
-
If you have VMware View clients on Mac OS X, disable TLS 1.2 in the Options List area:
-
In the Available Options list, select No TLS 1.2.
-
Click Enable.
-
-
If you change the values for the Cache Size or the Cache Timeout setting, do not specify a value of zero (0) for either setting.
When these values are 0, the client must supply a PIN on each browser page refresh.
-
Scroll down to Handshake Timeout and select the Custom check box.
Additional settings become available.
-
To limit the timeout to a number of seconds, select Specify from the list, and type the required number in the seconds field.
In the list, the value Indefinite specifies that the system continue trying to establish a connection for an unlimited time. If you select Indefinite, the seconds field is no longer available.
-
Scroll down to the Client Authentication area.
-
Next to Client Authentication, select the Custom check box.
The settings become available.
-
From the Client Certificate list, select request.
Do not select require.
-
From the Trusted Certificate Authorities and Advertised Certificate Authorities, select the certificates you imported previously.
-
Click Finished.
You create a virtual server to process traffic for Access Policy Manager (APM) configured as an OAuth authorization server.
-
On the Main tab, click Local Traffic > Virtual Servers.
The Virtual Server List screen opens.
-
Click Create.
The New Virtual Server screen opens.
-
In the Service Port field, type
443or select HTTPS from the list. -
From the HTTP Profile list, select http.
-
For the SSL Profile (Client) setting, move the client SSL profile you created earlier to the Selected list.
-
Scroll down to the Access Profile area.
-
From the Access Profile list, select the access profile you created earlier.
-
Click Finished.
The HTTPS virtual server appears in the Virtual Server List screen.