refactor: migrate EncryptID URLs from encryptid.jeffemmett.com to auth.ridentity.online
Part of the ridentity.online branding migration. The EncryptID auth server is now accessible at auth.ridentity.online (with the legacy encryptid.jeffemmett.com kept as a backward-compatible alias). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e3fc578465
commit
2f1b53cff0
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -571,7 +571,7 @@
|
|||
<a href="https://rdata.online" class="ecosystem-app">📊 rData</a>
|
||||
</div>
|
||||
|
||||
<a href="https://encryptid.jeffemmett.com" class="encryptid-link">
|
||||
<a href="https://ridentity.online" class="encryptid-link">
|
||||
🔐 Learn more about EncryptID
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue