Skip to content

Commit

Permalink
Create Android asstlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy committed Oct 15, 2023
1 parent 760c96f commit 47526f9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api/bff/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ com:
- /v3/api-docs/**
- /actuator/health/readiness
- /actuator/health/liveness
- /.well-known/acme-challenge/**
- /.well-known/**

management:
endpoint:
Expand Down
25 changes: 25 additions & 0 deletions api/bff/src/main/resources/static/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "com.c4_soft.spring_addons.bff",
"sha256_cert_fingerprints":
["E1:E6:6E:88:27:1A:D4:B7:4A:CC:13:FD:19:1D:D7:7E:4F:42:05:0D:E6:B3:55:D8:1E:A2:B6:29:59:50:09:B4"]
}
},
{
"relation": ["delegate_permission/common.get_login_creds"],
"target": {
"namespace": "web",
"site": "https://oidc.c4-soft.com"
}
},
{
"relation": ["delegate_permission/common.get_login_creds"],
"target": {
"namespace": "android_app",
"package_name": "com.c4_soft.spring_addons.bff",
"sha256_cert_fingerprints":
["E1:E6:6E:88:27:1A:D4:B7:4A:CC:13:FD:19:1D:D7:7E:4F:42:05:0D:E6:B3:55:D8:1E:A2:B6:29:59:50:09:B4"]
}
}]

0 comments on commit 47526f9

Please sign in to comment.