-
Notifications
You must be signed in to change notification settings - Fork 8
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
Missing eIDAS SAML Extensions Config options #2
Comments
Hi, indeed starting from version 19 the config options are not rendered. This is due to a change (probably bug) in keycloak where the partial ftl templates are not found in the classpath. We will open up an issue in keycloak in the next few days. Sorry for that, but the last few versions of keycloak are not really backward compatible. |
Thank you very much for your quick response. Until then I will try lower versions of Keycloak. Regards. |
Hello Michail, I finally managed to configure your extension with Keycloak 17.0.1. Now I have the following problem: When I try to login through eIDAS, keycloak redirects me to the Spanish public identity provider. It shows me an error because it requires the HTTP header "Referer" in the request, but for some unknown reason Keycloak is always setting the Policy-referrer to "no-referrer", and therefore it doesn't add this header. This may not be directly related to the extension, but I'm just mentioning it in case you've run into this problem, or something similar. Best regards. |
It should also work fine with keycloak 18. For the no-referrer issue, I have not seen it before, and it seems related to keycloak and not necessarily the extension. Perhaps these are of value: |
Hi, i dont know if you finally resolved the Referer header @t0pito23 . But if you do and you continued the integration with cl@ve, could you tell me if you managed to solve it. I'm working in the same integration. Thanks |
Hi, for the future people... It can be done. It needs a few adjust but it can be done. Here some advices:
Good luck. |
I have tried this extension with KC 23.074 and 24.0.5 and i can't view the SAML Extensions Config options |
I'm trying to use this extenision to integrate Cl@ve in Keycloak. Have you got it? |
Morning, yes, over a year ago worked and it continues working today. A really hard job to make it work, lot of debugging, line by line. Must say i used an old KC version, 15.0.0. |
i'd be very grateful if you can explain more how to configure this extension to support Cl@ve. I've searched information about that but I didn't get to find any useful. |
Hello,
First of all, thank you for your good work.
I am working on a project to integrate the Spanish public identity provider Cl@ve (using SAML 2.0 - eIDAS) with our private services.
To familiarise myself with the environment, I am following the steps mentioned in the howto guide.
I find that I don't see the "eIDAS Specific Settings" that you refer to.
I have tried the following versions:
In both cases I have the same problem, so I'm not even able to complete the basic configuration steps.
Regards.
The text was updated successfully, but these errors were encountered: