Skip to content

Commit 298a7b5

Browse files
dkocherchenkins
authored andcommitted
Javadoc.
1 parent f02256b commit 298a7b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hub/src/main/java/cloud/katta/protocols/s3/TokenExchangeRequestInterceptor.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@
5555
public class TokenExchangeRequestInterceptor extends OAuth2RequestInterceptor {
5656
private static final Logger log = LogManager.getLogger(TokenExchangeRequestInterceptor.class);
5757

58-
// https://openid.net/specs/openid-connect-core-1_0.html
58+
/**
59+
* The party to which the ID Token was issued
60+
* <a href="https://openid.net/specs/openid-connect-core-1_0.html">...</a>
61+
*/
5962
public static final String OIDC_AUTHORIZED_PARTY = "azp";
6063

6164

0 commit comments

Comments
 (0)