Skip to content

Commit 2cfbdf3

Browse files
committed
Try out this webfinger
1 parent ff33ab8 commit 2cfbdf3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.well-known/webfinger

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"subject": "acct:[email protected]",
3+
"links": [
4+
{
5+
"rel": "http://openid.net/specs/connect/1.0/issuer",
6+
"href": "https://keycloak.lunatech.com/realms/lunatech"
7+
}
8+
]
9+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "tsc && vite build",
88
"dev": "vite",
9-
"build": "tsc && vite build && shx cp .htaccess /var/www/bas/site/public/",
9+
"build": "tsc && vite build && shx cp .htaccess /var/www/bas/site/public/ && shx cp -r .well-known/ /var/www/bas/site/public/",
1010
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1111
"preview": "vite preview --port 8080",
1212
"typecheck": "tsc --noEmit"

0 commit comments

Comments
 (0)