diff --git a/src/encryptid/README.md b/src/encryptid/README.md
index e7f10f5..987d71d 100644
--- a/src/encryptid/README.md
+++ b/src/encryptid/README.md
@@ -227,7 +227,7 @@ if (!allowed) {
EncryptID uses [Related Origin Requests](https://passkeys.dev/docs/advanced/related-origins/) to share passkeys across r-ecosystem domains.
-Configuration at `https://encryptid.online/.well-known/webauthn`:
+Configuration at `https://auth.ridentity.online/.well-known/webauthn`:
```json
{
diff --git a/src/encryptid/session.ts b/src/encryptid/session.ts
index e788cc5..75901f5 100644
--- a/src/encryptid/session.ts
+++ b/src/encryptid/session.ts
@@ -156,7 +156,7 @@ export class SessionManager {
// Build claims
const claims: EncryptIDClaims = {
- iss: 'https://encryptid.jeffemmett.com',
+ iss: 'https://auth.ridentity.online',
sub: did,
aud: [
'rspace.online',
diff --git a/website/index.html b/website/index.html
index f64c243..d67f733 100644
--- a/website/index.html
+++ b/website/index.html
@@ -571,7 +571,7 @@
📊 rData
-
+
🔐 Learn more about EncryptID