Skip to content

Commit

Permalink
Merge pull request #81 from Tiqr/bugfix/auth-request-fix
Browse files Browse the repository at this point in the history
Update AndroidManifest.xml
  • Loading branch information
phavekes authored Apr 21, 2023
2 parents 9bf676a + 49dc07d commit 34e5acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<!--Using * to allow for the test domain-->
<!--All environments will use the same host for auth & enroll, not required to support subdomains-->
<data
android:host="*.eduid.nl"
android:host="eduid.nl"
android:scheme="https" />

<!-- We accept the path both with and without the slash -->
Expand Down

0 comments on commit 34e5acd

Please sign in to comment.