Skip to content

Commit f4b8677

Browse files
committed
Add static client for thirdroom
1 parent d7a8714 commit f4b8677

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/matrix/net/OidcApi.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ const clientIds: Record<IssuerUri, ClientConfig> = {
6868
"https://keycloak-oidc.lab.element.dev/realms/master/": {
6969
client_id: "hydrogen-oidc-playground"
7070
},
71+
"https://id.thirdroom.io/realms/thirdroom/": {
72+
client_id: "hydrogen-oidc-playground"
73+
},
7174
};
7275

7376
export class OidcApi<N extends object = SegmentType> {

0 commit comments

Comments
 (0)