You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I request your help because I'm having an issue by enabling SAML SSO with LemonLDAP::NG and Keycloak. LemonLDAP::NG is my SP and Keycloak my IDP.
I configured everything like I have done with other applications. But, when I try to login to LemonLDAP::NG, Keycloak show me an Invalid Request error. In the Keycloak log, I have the following error :
14:27:46,412 ERROR [org.keycloak.saml.common] (default task-2) Error in base64 decoding saml message: java.lang.RuntimeException: PL00062: Parser : Unknown tag:Count::location=Line number = 39
Column number = 241
System Id = null
Public Id = null
Location Uri= null
CharacterOffset = 2646
My LemonLDAP::NG SAML Auth XML request contain a namespace called "Count" and this namespace is unknown for Keycloak.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I request your help because I'm having an issue by enabling SAML SSO with LemonLDAP::NG and Keycloak. LemonLDAP::NG is my SP and Keycloak my IDP.
I configured everything like I have done with other applications. But, when I try to login to LemonLDAP::NG, Keycloak show me an Invalid Request error. In the Keycloak log, I have the following error :
My LemonLDAP::NG SAML Auth XML request contain a namespace called "Count" and this namespace is unknown for Keycloak.
I found nothing on internet on how to solve that issue. It seems this thread discuss about the same problem but without any answer. https://groups.google.com/g/keycloak-user/c/bjTSmpYxwzg
So my question is simple, is there a way to setup keycloak SAML support such that it ignores optional namespace definitions or to be less "strict" ?
Thanks in advance for your help !
Sébastien.
PS : this is the XML sent to Keycloack. You will found the namespace that cause trouble at the end of the XML.
Beta Was this translation helpful? Give feedback.
All reactions