Skip to content

Commit 4daa8b2

Browse files
committed
refactor: remove legacy designation from OpenID Connect Discovery path appending
1 parent 7487b55 commit 4daa8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/draft/basic/authorization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ For issuer URLs with path components (e.g., `https://auth.example.com/tenant1`),
104104

105105
1. OAuth 2.0 Authorization Server Metadata with path insertion: `https://auth.example.com/.well-known/oauth-authorization-server/tenant1`
106106
2. OpenID Connect Discovery with path insertion: `https://auth.example.com/.well-known/openid-configuration/tenant1`
107-
3. OpenID Connect Discovery 1.0 legacy path appending: `https://auth.example.com/tenant1/.well-known/openid-configuration`
107+
3. OpenID Connect Discovery 1.0 path appending: `https://auth.example.com/tenant1/.well-known/openid-configuration`
108108

109109
For issuer URLs without path components (e.g., `https://auth.example.com`), clients **MUST** try:
110110

0 commit comments

Comments
 (0)