Use the Applications page to edit existing Native applications.
- Go to Connections > Applications.
- Browse or search for the application you want to edit.
- Click the application entry to open the details panel. Click the tab that you want to edit, and then click the pencil icon.
-
For Overview, enter or edit the following
information:
- Application Name. A unique identifier for the application.
- Description. A brief characterization of the application (optional).
- Icon (optional). A pictorial representation of the application. Use a file up to 1MB in JPG, JPEG, GIF, or PNG format.
- Home page URL. The default home page for the application.
- Signon URL. The URL to which the application requests that the end user be redirected to sign on.
-
For Configuration, enter or edit the following:
Field Description Response type
Select code, token, or ID token for the response type. See Response types.
Grant type
Select authorization code, implicit, refresh token, or client credentials for the grant type. See Grant types.
PKCE enforcement
Select a value for PKCE code challenge enforcement. This value determines how the application creates the code challenge from the code verifier. See PKCE enforcement.
Note:PKCE enforcement is available for Authorization Code grant type applications only.
Refresh token configuration
Select this option to enable the Refresh Token grant type. You can specify the following:
- Refresh token duration
- The lifetime of the refresh tokens. If a value is not provided, the default value is 2592000, or 30 days. Valid values are between 60 and 2147483647.
- Refresh token rolling duration
- How long the application can use the refresh
token grant type to obtain a new access token (and
a new refresh token) after the most recent user
authentication event. If a value is not provided,
the refresh token is valid forever. Valid values
are between 60 and
2147483647. Note:
The refresh token rolling duration must be longer than the refresh token duration.
- Refresh token rolling grace period
- The amount of time that a rolled refresh token is still valid in the event that the client failed to receive an updated one during a roll. Valid values are between 0 and 86400 seconds. A value of zero means a refresh token becomes invalid after it’s rolled.
Additional Refresh Token Replay Protection
Outside of the optional rolling grace period, refresh tokens are intended for one-time use. For increased security, enable this option so that PingOne can invalidate both access and refresh tokens when a refresh token is reused. For more information, see Refresh token rotation.
Redirect URIs
The address PingOne forwards the authentication.
#somedata
Redirection endpoint.Allow Redirect URI patterns
Use a wildcard for flexibility in managing redirect URIs. See Redirect URIs. Token Endpoint Authentication Method
Select none, client secret basic, or client secret post for the token endpoint authentication method.
Require Pushed Authorization Request
Require the application to send its authorization requests directly to PingOne, without going through the browser, which can safeguard sensitive information from end-user devices. If Require Pushed Authorization Request is not selected, the application can send plain authorization requests or pushed authorization requests, but pushed authorization requests are not required. For more information, see Pushed authorization requests.
Pushed Authorization Request Reference Timeout
Specify how long the pushed authorization request should be valid. The default value is 60 seconds.
Initiate Login URI
The application's login initiation endpoint for third-parties to begin the sign-on process for the application.
If provided, PingOne redirects users to this URI to initiate SSO to PingOne. The application is responsible for implementing the relevant OIDC flow when the Initiate Login URI is requested.
For more information, see Initiating Login from a Third Party in the OIDC specification. This URI is required if you want the application to show in the PingOne Application Portal. For more information, see Application portal.
Target Link URI
The URI for the application. If provided, PingOne redirects application users to this URI after the user is authenticated. The target_link_uri parameter value in Initiate Single Sign-On URL, as shown as part of the application configuration in the PingOne console, is also updated with the value specified here.
Signoff URLs
The URL to which the application requests that the browser be redirected using the post_logout_redirect_uri parameter after a logout has been performed.
Request Parameter Signature Requirement
Specify how the application sends the optional request parameter in its authorization requests.
Click Compare options for a description of the different settings.- Default: Allow the application to send authorization requests with or without the request parameter. If using the request parameter, the application must include a digital signature.
- Allow unsigned request parameters: Allow the application to send authorization requests with or without the request parameter. If using the request parameter, the application has the option to include a digital signature or not.
- Require signed request parameters: Require the application to use the request parameter and include a digital signature of it in its authorization requests.
For more information, see Request Parameter Signature Requirement.
-
For Resources, select the OAuth scopes for the application
by selecting the check box for the appropriate scopes. Click the Selected
scopes tab to see the scopes that are currently selected for the
application.
The OAuth scopes determine the resources that the application can access. If you add OIDC scopes here, the application inherits the attributes associated with that scope.
-
For Policies, select the authentication policies for the
application.
If you have a DaVinci license, you can select PingOne policies or DaVinci Flow policies, but not both. If you don’t have a DaVinci license, you’ll see PingOne policies only.
To use a PingOne policy, Click + Add policies and then select the policies that you want to apply to the application. Click Add. The policies are applied in the order in which they appear in the list. PingOne evaluates the first policy in the list first. If the requirements of the policy are not met, PingOne moves to the next policy in the list. For more information, see Authentication policies for applications.
To use a DaVinci Flow policy, you must clear all PingOne policies. Click the Deselect all PingOne policies button. In the confirmation message, click Continue. Click the DaVinci Policies tab, and then select the policies that you want to apply to the application. PingOne applies the first policy in the list.
For OAuth-based applications, you can specify another policy in the acr_values parameter in the authorization request. The acr_values parameter specifies the sign-on policies that PingOne should use for authentication. You can include any policies assigned to the application. Specify either a single DaVinci policy by flow policy ID or one or more PingOne policies by name, separated by spaces or the encoded space character
%20
. For example,acr_values=d1210a6b0b2665dbaa5b652221badba2
oracr_values=Single_Factor%20Multi_Factor
-
For Attribute mappings, select a PingOne user attribute and map
it to an attribute in the application you are adding. For more information, see
Mapping attributes.
Enter an application attribute and then select the corresponding PingOne attribute from the list.Click the gears icon to use the expression builder to build an attribute mapping. See Using the expression builder.
-
For Access, enter or edit the following:
- Application portal display. Determines whether an application icon appears in the application portal even if the user is allowed to access the application in the application portal based on the group membership policy. For more information, see Application access control.
- Admin only access. Specifies that a user with an administrator role is required to access the application. The user must have one of the following roles: Organization Admin, Environment Admin, Identity Data Admin, or Client Application Developer.
- Group membership policy. Select the group membership policy for the application. For more information, see Groups.
-
For Mobile, allow mobile authentication for the app:
Configure the app for Android by providing the package name for Google Play
Services and/or the package name and app ID for Huawei Mobile Services.
Configure the app for iOS by providing the bundle ID (as registered in the app
store).
After you have enabled mobile authentication, you can configure any of the following:
- Allow push notifications by providing the following information:
- For Android apps that use Google Play Services: the JSON file
that represents your Service Account CredentialsNote: You can select the Cloud Messaging option and provide the Server Key, however this approach has been deprecated and is included only for backward compatibility.
- For Android apps that use Huawei Mobile Services: OAuth 2.0 client ID and client secret
- For iOS: the team ID, authentication token signing key, and key ID (as provided by Apple to your organization)
After you save the push credentials, you can use the Send Test button to test them. You have to supply the push token issued by Google/Huawei/Apple.
- For Android apps that use Google Play Services: the JSON file
that represents your Service Account Credentials
- Turn on device integrity checking to prevent the use of compromised
devices for pairing or authentication. You can enable device integrity
checking separately for Android and iOS. For Android, you must choose
between Google Verification and
Internal Verification. Using internal
verification will not count against your Google API call quota. You must
provide the following additional information, depending on the type of
verification you selected:
- Google verification - select the JSON file that represents your Service Account Credentials
- Internal verification - enter the Decryption Key and Verification Key from your Google Play Services account
Note: If an application appears in multiple environments, make sure to provide the same verification credentials and specify the same cache duration for the application in each of the environments. If these settings do not match, unexpected behavior may result. In such cases, you will also see an error message in the audit log. You will see a similar message if you provided incorrect credentials. - If your organization is using the PingOne MFA SDK to allow authentication with a QR code in certain flows, provide the relevant universal / app link or URI scheme that the application should use for this purpose, depending on which deep-linking mechanism the app developers used.
- Use the Passcode Refresh Duration field to specify the amount of time a passcode should be displayed before being replaced with a new passcode.
Note:- The package name / app ID / bundle ID and push notification settings cannot be modified after they have been saved for the application.
- If you do not have the necessary license for making changes on the Mobile tab, a lock icon is displayed below the tab name. If you click the lock, you will see a message that explains how to obtain the required license. If you previously had a valid license, and defined mobile authentication settings for the app, they will still be visible on the tab but you will not be able to modify the settings or add to them.
- Allow push notifications by providing the following information:
- Click Save.