Configure your iOS app
You can configure your iOS app statically by editing the FRAuthConfig.plist
file.
To configure your iOS app programmatically, refer to Dynamic configuration.
Configuration strings
The required configuration strings are as follows:
Property | Description |
---|---|
|
The |
|
The |
|
A list of scopes to request when performing an OAuth 2.0 authorization flow. |
|
A threshold, in seconds, to refresh an OAuth 2.0 token before the |
|
The base URL of the AM instance to connect to, including port and deployment path.
For example, |
|
The realm in which the OAuth 2.0 client profile is configured.
The default realm is the top-level realm; |
|
A timeout, in seconds, for each request that communicates with AM. |
|
The name of the account provider that iOS displays when using single sign-on. For example, "ForgeRock Tutorial App". |
|
The name of the user account that iOS displays when using single sign-on. For example, "Demo User". |
|
The name of the user authentication tree configured in AM. |
|
The name of the cookie that contains the SSO token.
For example, |
To locate the cookie name in an Identity Cloud tenant, go to Tenant Settings > Global Settings > Server. |