FIDO Alliance
by Willy Gadney
Hi,
With KeyCloak version 1.0 being released, I was wondering if there are any
plans to support the new FIDO Alliance - U2F or UAF standards in a future
release of KeyCloak?
The FIDO standards are not final yet, but the draft specifications have
been out since about February and are unlikely to change much at this
stage. Hopefuly FIDO devices will also be commercially available soon.
I have been a fan of TOTP for a long time, but I think that the FIDO
standards are a nice step forward.
More info on the FIDO standard can be found here:
https://fidoalliance.org/specifications
Thanks,
Willy
10 years, 3 months
Problems with Redirect URI
by Rodrigo Sasaki
Hello,
We tried to deploy our server in production today, protected with Keycloak
but we had some issues.
When we tried to access one of our resources, the redirect_uri was altered
to one we didn't have registered.
Our original uri was something like this: *http://www.domain.com/resource
<http://www.domain.com/resource>*
and it got changed to: *https://www.domain.com:8443/resource
<https://www.domain.com:8443/resource>*
changing the protocol to https and adding the 8443 port, and that specific
uri isn't registered for us, so the server returned saying it was an
invalid redirect_uri
Is this a normal behavior? Should we have configured something else?
Thanks!
--
Rodrigo Sasaki
10 years, 3 months
Integration Keycloak with phyton application
by Pablo N
Hello,
I am starting to use Keycloak as IDM inside my actual Project. I have to
projects, Java and Phyton projects and I want to use Keycloak as SSO. I
manage to integrate Java project with Keycloak running in Wildfly, but I
don´t know how I should proceed with Phyton project.
Currently we are using this Phyton plugin to connect with Django:
http://python-social-auth.readthedocs.org/en/latest/
Could you help us about what steps should be done to use Keycloak with this
plugin?
Thank you in advanced,
Pablo Nuño
10 years, 3 months