@@ -19,7 +19,7 @@ By default, the `issuer` will match the root domain where the service is deploye
19
19
An example setup could look like this:
20
20
21
21
- The deployment domain is ` example.com ` , so Matrix IDs look like ` @user:example.com `
22
- - The issuer chosen is ` https://example.com/ `
22
+ - The issuer chosen is ` https://auth. example.com/ `
23
23
- The homeserver is deployed on ` matrix.example.com `
24
24
- The authentication service is deployed on ` auth.example.com `
25
25
- Calling ` https://example.com/.well-known/matrix/client ` returns the following JSON:
@@ -30,7 +30,7 @@ An example setup could look like this:
30
30
"base_url" : " https://matrix.example.com"
31
31
},
32
32
"org.matrix.msc2965.authentication" : {
33
- "issuer" : " https://example.com/" ,
33
+ "issuer" : " https://auth. example.com/" ,
34
34
"account" : " https://auth.example.com/account"
35
35
}
36
36
}
@@ -40,7 +40,7 @@ An example setup could look like this:
40
40
41
41
```json
42
42
{
43
- "issuer" : " https://example.com/" ,
43
+ "issuer" : " https://auth. example.com/" ,
44
44
"authorization_endpoint" : " https://auth.example.com/authorize" ,
45
45
"token_endpoint" : " https://auth.example.com/oauth2/token" ,
46
46
"jwks_uri" : " https://auth.example.com/oauth2/keys.json" ,
0 commit comments