Skip to content

Digital asset links error after upgrade to 7.0.0 #907

@Daniel-Parkinson

Description

@Daniel-Parkinson

Issue

After upgrading to 7.0.0, we are now getting an error message when opening the browser on authorize requests.

Digital asset links verification failed on https: followed by the authorize endpoint URL.

We believe this may be an issue introduced in #747, as we can't see a way to override this new behavior in the exposed configuration.

customTabsIntent.intent.putExtra(TrustedWebUtils.EXTRA_LAUNCH_AS_TRUSTED_WEB_ACTIVITY, true);

This seems to be setting this value for all requests on a new enough SDK version, and is always passing it through to the AuthorizationService.

Using a third party OIDC provider, we can't provide an assetlinks.json file.


Environment

  • Your Identity Provider: Azure AD B2C
  • Platform that you're experiencing the issue on: Android
  • Your react-native Version: 10.70.3
  • Your react-native-app-auth Version: 7.0.0
  • Are you using Expo? No

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions