Skip to main content

Android

Deep link setup

For the App to App flow to work properly, a correct deep link configuration is required. That means

This example uses https://github.com/openid/AppAuth-Android and implements the App to App flow as specified by gematik in https://wiki.gematik.de/display/IDPKB/App-App+Flow.

Source: https://github.com/azuma-healthtech-public/mimoto-examples/tree/main/android-app-auth-code-exchange

Therefore, this example uses:

Pre-Requirements: Configuration in mimoto

In our example, we have configured the Application in azuma mimoto as follows:

Screenshot: Application Configuration

Flow (with IDP list in web browser)

See Documentation

Flow (native IDP list)

See Documentation

Alternative Flow

See Documentation

Code

Known Issues

Solution: Make sure to configure your app to receive the deep link (this should be enabled by default). This should be available in app settings -> defaults -> supported web addresses.

Screenshot: Deep Link Configuration