summaryrefslogtreecommitdiff
path: root/internal/oidc/flow_refresh.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/oidc/flow_refresh.go')
-rw-r--r--internal/oidc/flow_refresh.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/oidc/flow_refresh.go b/internal/oidc/flow_refresh.go
index b95e233bb..6d4769b82 100644
--- a/internal/oidc/flow_refresh.go
+++ b/internal/oidc/flow_refresh.go
@@ -92,7 +92,7 @@ func (c *RefreshTokenGrantHandler) HandleTokenEndpointRequest(ctx context.Contex
include any scope not originally granted by the resource owner, and if omitted is treated as equal to
the scope originally granted by the resource owner.
- See https://www.rfc-editor.org/rfc/rfc6749#section-6
+ See https://datatracker.ietf.org/doc/html/rfc6749#section-6
*/
// Addresses point 1 of the text in RFC6749 Section 6.