Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update OAuth2 OIDC SDK #108799

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Conversation

gwbrown
Copy link
Contributor

@gwbrown gwbrown commented May 17, 2024

No description provided.

@gwbrown gwbrown added >non-issue WIP :Security/Authentication Logging in, Usernames/passwords, Realms (Native/LDAP/AD/SAML/PKI/etc) labels May 17, 2024
@@ -49,6 +48,7 @@
requires oauth2.oidc.sdk;
requires org.slf4j;
requires unboundid.ldapsdk;
// requires com.nimbusds.jose.jwt;
Copy link
Contributor Author

@gwbrown gwbrown Jun 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I leave this commented/omitted, IntelliJ is unhappy as classes from this module are used - makes sense, though Gradle doesn't find a problem (tests still fail on security manager stuff but that's separate). I'm not really sure why it works at all without this module require.

If I uncomment this, the Gradle build fails and IntelliJ is differently unhappy, because it can't find the module (despite happily taking me to the definition if I cmd-click it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>non-issue :Security/Authentication Logging in, Usernames/passwords, Realms (Native/LDAP/AD/SAML/PKI/etc) v8.15.0 WIP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants