-
Notifications
You must be signed in to change notification settings - Fork 221
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
Support Azure Entra ID #6668
Comments
avernet
changed the title
Support Azure Entra ID, AWS IAM, and Keycloak
Support Azure Entra ID
Dec 9, 2024
Some notes about what has been tried so far. With Tomcat, it should be possible to integrate with Microsoft Entra ID using Secure LADP ("LDAPS") and an JNDI Directory Realm in Tomcat:
Using
Some problems with
Support for OIDC in WildFly is far easier:
Some problems encountered when using Entra ID:
|
obruchez
added a commit
that referenced
this issue
Dec 9, 2024
obruchez
added a commit
that referenced
this issue
Dec 12, 2024
obruchez
added a commit
that referenced
this issue
Dec 16, 2024
obruchez
added a commit
that referenced
this issue
Dec 16, 2024
obruchez
added a commit
that referenced
this issue
Dec 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Constraints:
Non-constraints:
Authorization: Bearer <token>
to Orbeon Forms, where the token is a JWT (JSON Web Token).Once implemented, this will most likely superced #2945.
The text was updated successfully, but these errors were encountered: