We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02256b commit 298a7b5Copy full SHA for 298a7b5
hub/src/main/java/cloud/katta/protocols/s3/TokenExchangeRequestInterceptor.java
@@ -55,7 +55,10 @@
55
public class TokenExchangeRequestInterceptor extends OAuth2RequestInterceptor {
56
private static final Logger log = LogManager.getLogger(TokenExchangeRequestInterceptor.class);
57
58
- // https://openid.net/specs/openid-connect-core-1_0.html
+ /**
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
+ */
62
public static final String OIDC_AUTHORIZED_PARTY = "azp";
63
64
0 commit comments