[keycloak-dev] Extending Keycloak with custom integrations

Bill Burke bburke at redhat.com
Wed Aug 16 14:53:50 EDT 2017


FYI, this is a user list quest, so post to the keycloak-user list 
instead.  But...you should be able to do those things through broker 
login flows, writing extensions for them, and using our theme architecture.


On 8/16/17 5:30 AM, Rudresh Shashikant wrote:
> Hi All,
>
> first time posting in the mailing list. I have a client that needs the
> following:
> + social integration for login
> + after successful login, need to be able to extend keycloak to talk to a
> backend API and get additional information about this user
> + also need to use that additional information for an extra step involving
> OTP (via SMS)
> + end result of this additional workflow is to associate the social login
> of the user with their internal Enterprise userId
>
>
>                      +----------------------------------+
>                      | Assumption: Social login complete|
>                      +----------------------------------+
>
>   User                 Keycloak             Backend API                  SMS OTP
>
>      <---------------------
>
>      --------------------->
>            user code
>
>                            ---------------------->
>                             <---------------------
>                                   user mobile#
>
>                           -------------------------------------------------->
>       <----------------------------------------------------------------------
>
>                           <--------------------------------------------------
>       ------------------->
>                   +---------------------+
>                   | if successful, link |
>                   | user code to        |
>                   | social login        |
>                   +---------------------+
>
>
>
> I will proceed to go through the codebase and documentation now but have
> started by reaching out to the community first in case anyone can point me
> in the correct direction.
>
> Thanks in advance.
>
> Regards,
> Rudy.
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev



More information about the keycloak-dev mailing list