Embedded login form
by Fedor Chernogorskiy
Hello,
I wonder if the keycloak supports embedding the login form into my app
instead of redirecting the user to it? I didn't see it in the admin
console. I'm interested in an out-of-the-box feature or minimal
development/configuration
Best regards
6 years, 3 months
Re: [keycloak-user] DB error
by Corentin Dupont
Hi Cedric,
On Tue, Sep 11, 2018 at 12:39 PM, cedric(a)couralet.eu <cedric(a)couralet.eu>
wrote:
> Hi,
>
> I just had the same problem. Mine was from the fact the database was
> already in version 4.x (table CLIENT_SCOPE created), but the value in table
> MIGRATION_MODEL was 3.4.3 so Keycloak was trying to execute the migration
> steps here :
> https://github.com/keycloak/keycloak/blob/master/server-
> spi-private/src/main/java/org/keycloak/migration/migrators/
> MigrateTo4_0_0.java#L77
>
> and failed due to the constraint.
> My solution (surely not the best) was to update the value in
> MIGRATION_MODEL to 4.0.0 and restart the service.
>
> I think I was in that situation because I started an old instance (in
> 3.4.3) after the database ws migrated, but I'm not really sure how it is
> possible.
>
Exactly, I started keycloak version 3.4.3, while the DB was already
migrated to 4.3.0. It usually goes pretty badly.
Is there anything we can do to prevent crashes when starting (by mistake) a
previous versions of Keycloak?
>
> Cédric Couralet
>
> Le Mardi, Septembre 11, 2018 12:25 CEST, Corentin Dupont <
> corentin.dupont(a)gmail.com> a écrit:
>
> > Hi,
> > I currently have this problem when starting keycloak:
> >
> > Caused by:
> > com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolat
> ionException:
> > Duplicate entry 'master-role_list' for key 'UK_CLI_SCOPE'
> >
> > Any idea?
> > Thanks
> > _______________________________________________
> > keycloak-user mailing list
> > keycloak-user(a)lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/keycloak-user
>
>
6 years, 3 months
keycloak & tomcat
by vandana thota
Hello
Can we do SAML authentication by having keycloak and tomcat ?
IT's single sign on configuration .
Thanks,
Vandana
6 years, 3 months
Forgot Password Flow And Cookies
by Kenyatta Clark
When a user is uses the forgot password and resets their password and there is a clientId then they are redirected to the appropriate client only when they initiate the forgot password and complete the reset password in the same browser. We have noticed that Keycloak does not honor the clientId request parameter when the KC_RESTART token is not present (for example the user initiated the forgot password in one browser and completes the reset in another). Is there a work around to allow Keycloak to honor the clientId passed in even when the cookie is not present?
6 years, 3 months
where can we see the username & password
by vandana thota
Hello
After setting up username/password by running the below command for
Master and Demo realm
./add-user-keycloak.sh -r Master -u xxxxx -p xyxyxy
./add-user-keycloak.sh -r Demo Realm -u xxxxx -p xyxyxy.
Where can we see that user names /passwords on keycloak servers in which
file and exactly under which directory structure ?
Thanks,
Vandana
6 years, 3 months
Only accept some email adress, for registration?
by Rémy Grünblatt
Hello,
I'm searching for a way to allow registration via the web interface from
keycloak (the default one, if possible, not something I'd code myself)
to be limited to certain email domains.
Is it possible? If no: how do you do it in practice?
Thanks,
ps: still searching for a way to automatically set up profile attribute
at user registration, such as a unique numerique attribute (1, 2, 3, …)
for each user
6 years, 3 months
Re: [keycloak-user] Keycloak single Log Out not working
by Triveni Chegireddy
Hi All,
The below issue is blocking in our application. Could anyone help us in
resolving the Single Logout issue.
Regards
Triveni Chegireddy
Tata Consultancy Services Limited
Mailto: triveni.chegireddy(a)tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Consulting
____________________________________________
From: Triveni Chegireddy/LATAM/TCS
To: keycloak-user(a)lists.jboss.org
Date: 09/07/2018 12:42 PM
Subject: Keycloak single Log Out not working
Hi Team,
I am securing many tools using Keycloak for Single sign on and Single
Logout. We are securing tools like Jira, Confluence using Miniorange
plugin. We have few Spring boot applications which are to be secured. They
are secured using Spring Boot with KeycloakWebSecurityConfigurerAdapter.
Single Sign on is working fine. The landing application is spring boot web
application, which is accessed by giving LDAP credentials. From that
application, we will be accessing the Jira, Confluence. They are opened
without asking me for credentials. But Single Logout is not working. In
Spring boot application, on click of Logout, I am calling
HttpServletRequest.logout(), which is logging me out of Spring boot
application successfully. But the sessions in Jira and Confluence are not
killed. Similarly once I open the tools from Spring boot application, on
logout of any tools both Jira and confluence are logging out using Single
Logout but session in Spring boot application is not killed.
Could you please help us resolving this issue.
Regards
Triveni Chegireddy
Tata Consultancy Services Limited
Mailto: triveni.chegireddy(a)tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty. IT Services
Business Solutions
Consulting
____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
6 years, 3 months
DB error
by Corentin Dupont
Hi,
I currently have this problem when starting keycloak:
Caused by:
com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException:
Duplicate entry 'master-role_list' for key 'UK_CLI_SCOPE'
Any idea?
Thanks
6 years, 3 months