Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
All environments work with the same enrolment and authentication host. Not required to support subdomain for this.
  • Loading branch information
IuliaSTANA authored Apr 20, 2023
1 parent 9bf676a commit 49dc07d
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 49dc07d

Please sign in to comment.