File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -949,8 +949,10 @@ func New(options *Options) *API {
949
949
950
950
// OAuth2 metadata endpoint for RFC 8414 discovery
951
951
r .Get ("/.well-known/oauth-authorization-server" , api .oauth2AuthorizationServerMetadata ())
952
+ r .Get ("/.well-known/oauth-authorization-server/*" , api .oauth2AuthorizationServerMetadata ())
952
953
// OAuth2 protected resource metadata endpoint for RFC 9728 discovery
953
954
r .Get ("/.well-known/oauth-protected-resource" , api .oauth2ProtectedResourceMetadata ())
955
+ r .Get ("/.well-known/oauth-protected-resource/*" , api .oauth2ProtectedResourceMetadata ())
954
956
955
957
// OAuth2 linking routes do not make sense under the /api/v2 path. These are
956
958
// for an external application to use Coder as an OAuth2 provider, not for
You can’t perform that action at this time.
0 commit comments