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

QUESTION about command in Wildfly configuration #35

Open
moksamedia opened this issue Sep 25, 2022 · 8 comments
Open

QUESTION about command in Wildfly configuration #35

moksamedia opened this issue Sep 25, 2022 · 8 comments

Comments

@moksamedia
Copy link

moksamedia commented Sep 25, 2022

These exampes are super helpful, thanks! Can you tell me what the purpose of this command is for in the wildfly configuration? Why do we need ot disable the integrated JASPI?

                    <commands>
                        <command>/subsystem=undertow/application-security-domain=other:write-attribute(name=integrated-jaspi, value=false)</command>
                        <command>reload</command>
                    </commands>

Thanks for the help!

@hantsy
Copy link
Owner

hantsy commented Sep 26, 2022

I asked some security questions on Wildfly zulip channel, and got the help from the Redhat guys, https://blogs.nologin.es/rickyepoderi/index.php?/archives/198-Using-jakartaee-10-security-OIDC-with-wildfly-27-preview.html

@moksamedia
Copy link
Author

Great. Thanks.

@hantsy
Copy link
Owner

hantsy commented Sep 26, 2022

I have tried my example with Keyloack, Auth0, Okta on WildFly. Keycloak and Okta worked well. But I encountered an exception with Auth0. Check: eclipse-ee4j/soteria#325

If you have tried to connect an IDP provider, share your experience on Glassfish(it did not work here), and with Auth0 provider.

@moksamedia
Copy link
Author

If you have time to answer one more question, I'd appreciate it. Is the MANIFEST.MF file necessary? My code seems to run find without it (and without the beans.xml file as well.

@moksamedia
Copy link
Author

I'll try Auth0 and see if I can get it to work.

@hantsy
Copy link
Owner

hantsy commented Oct 1, 2022

If you have time to answer one more question, I'd appreciate it. Is the MANIFEST.MF file necessary? My code seems to run find without it (and without the beans.xml file as well.

Ignore it. I added due to a warning from WildFly console, but it does not resolve the issue.

@hantsy
Copy link
Owner

hantsy commented Oct 1, 2022

The Auth0 is working now. I have to setup the jwksReadTimeout value(increase the value) to make it work(maybe it is network issue from my side).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@hantsy @moksamedia and others