Skip to content

Commit 19090e7

Browse files
committed
Add request_uri in OAuth2ParameterNames
Closes spring-projectsgh-16947
1 parent ba320fb commit 19090e7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: oauth2/oauth2-core/src/main/java/org/springframework/security/oauth2/core/endpoint/OAuth2ParameterNames.java

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2023 the original author or authors.
2+
* Copyright 2002-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -230,6 +230,13 @@ public final class OAuth2ParameterNames {
230230
*/
231231
public static final String ACTOR_TOKEN_TYPE = "actor_token_type";
232232

233+
/**
234+
* {@code request_uri} - used in Pushed Authorization Response and Authorization
235+
* Request.
236+
* @since 6.5
237+
*/
238+
public static final String REQUEST_URI = "request_uri";
239+
233240
private OAuth2ParameterNames() {
234241
}
235242

0 commit comments

Comments
 (0)