Tomcat SAML Keycloak adapter
by Leonid Rozenblyum
Hello!
Can Tomcat SAML keycloak adapter be used to connect to a 3'd party
not-keycloak Idp or it has something deeply keycloak-dependent?
6 years, 7 months
Keycloak identity brokering and fallback scenario
by Leonid Rozenblyum
Suppose we use some 3'd party SAML identity provider and keycloak as the
identity broker.
Can keycloak be used for a fallback scenario when the 3'd party is down?
E.g. to be able to authenticate a user via keycloak-stored credentials?
Does keycloak support user entering a password for this locally 'cached'
account?
6 years, 7 months
Tomcat SAML keycloak adapater and dynamic redirect URLs
by Leonid Rozenblyum
Hello!
I'm using Tomcat SAML keycloak adapter in Tomcat8.
Is it possible to redirect back to the application after authentication to
the URL depending on the initiator of authentication?
So suppose the user loaded the application via:
<domain>/<base>/
then after authentication it would be nice to come back to the same
<domain>/<base>
If the user loaded the app via <IP>/<base> it would be nice to come back
here after logging-in in keycloak.
Can we somehow control that? It looks like Master SAML Processing URL
supports just absolute URLs.
Thanks.
6 years, 7 months
How to get user details
by valsaraj pv
Hi,
User redirected to Keyclock & after successful login user redirected back
to application. Now there is no user information stored on application
side. Earlier it was in LDAP & we fetch user details from LDAP. Now how to
get user details in Keyclock based login scenario?
Please share if any useful links.
Thanks,
Valsaraj Viswanathan
6 years, 7 months
NoClassDefFoundError: org/keycloak/KeycloakPrincipal
by valsaraj pv
Hi,
I am getting following exception while deploying ear in WildFly 10. Apapter
is installed so no jars included in ear & no dependencies set.
> Caused by: java.lang.NoClassDefFoundError: org/keycloak/KeycloakPrincipal
>
> Caused by: java.lang.ClassNotFoundException:
>> org.keycloak.KeycloakPrincipal from [Module
>> \"deployment.app.ear.appEJB.jar:main\" from Service Module Loader]"},
>
> "WFLYCTL0412: Required services that are not installed:" => [
>
> "jboss.undertow.deployment.default-server.default-host./App",
>
>
>> "org.camunda.bpm.platform.process-application-module.\"deployment.app.ear.appWEB.war:main\".NO_VIEW"
>
> ]
>
>
>
Please let me know if U need to include core jar or set the subsystem
dependencies. I saw in one comment that there is no need to set them
explicitly.
Please advise.
Thanks,
Valsaraj Viswanathan
6 years, 7 months