keycloak-aws VS keycloak-documentation

Compare keycloak-aws vs keycloak-documentation and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
keycloak-aws keycloak-documentation
1 5
0 550
- -
0.0 7.9
over 1 year ago about 1 year ago
Shell HTML
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

keycloak-aws

Posts with mentions or reviews of keycloak-aws. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-12.
  • Fortifying federated access to AWS via OIDC
    3 projects | dev.to | 12 Aug 2022
    To demonstrate the key differences between OIDC and SAML, I have created a small repo that allows to deploy Keycloak on an EC2 instance and then configure the SAML and OIDC clients to use with AWS. For those unfamiliar with Keycloak, it is an open source Identity and Access Management tool sponsored by RedHat and widely used by many of our customers and ourselves as an identity provider. Among other features, Keycloak supports SAML and OIDC protocols for identity management and provides user federation via LDAP that allows to use it with an existing user base from an Active Directory. After deployment of Keycloak and configuring the SAML and OIDC clients, we can use Keycloak to login into AWS. The SAML login can be performed by going to https://auth.\${TF\_VAR\_root\_dn}/realms/awsfed/protocol/saml/clients/amazon-aws where ${TF_VAR_root_dn} is the subdomain you need to create before the deployment. After entering the credentials for the user testuser that is created by the deployment scripts, we get redirected to the AWS console for the AWS account to which Keycloak has been deployed. If we would have assigned multiple roles to the same Keycloak group (or multiple groups to testuser), a page like the one below would appear (which would look familiar to everyone who already used SAML federation with AWS). If you like to experiment and have deployed everything from the repo, you can go to the network tab of the development tools of the browser, find the saml document there and copy its contents.

keycloak-documentation

Posts with mentions or reviews of keycloak-documentation. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-12.
  • Keycloak Recovery Codes?
    1 project | /r/mangadex | 16 Dec 2022
  • Fortifying federated access to AWS via OIDC
    3 projects | dev.to | 12 Aug 2022
    and then place this into a .jar file as described in the documentation. It turned out that it does not work like that at all. Firstly, the custom scripts are disabled by default as I found out looking at the Keycloak logs. To fix this, one needs either to activate the preview functions or enable the scripts option alone as described here. Secondly, "JavaScript" turned out to be very Java-based and needs to call functions from the corresponding Java classes of Keycloak:
  • Admin Console restriction with multiple rules
    1 project | /r/KeyCloak | 25 Jul 2022
    I am looking to only allow access to specific subnets/ and ip ranges to the admin console. I need to do it in keycloak itself and not via another pice of the infrastructure. I found the documentation here: https://github.com/keycloak/keycloak-documentation/blob/main/server_admin/topics/threat/admin.adoc
  • Identity Brokering without local accounts
    2 projects | /r/KeyCloak | 28 Jan 2022
    https://github.com/keycloak/keycloak-documentation/blob/main/server_admin/topics/identity-broker/first-login-flow.adoc Copy broker flow, put Automatically set user account under create user if unique as alternative and faisable handle existing account But check the potential security breach, anybody Can create account on github and link it to internal account depending on your configuration.
  • Validate id token (jwt token)
    2 projects | /r/KeyCloak | 24 May 2021
    keycloak.js

What are some alternatives?

When comparing keycloak-aws and keycloak-documentation you can also consider the following projects:

oidc-client-js - OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications

Keycloak - Open Source Identity and Access Management For Modern Applications and Services

oidc-client-ts - OpenID Connect (OIDC) and OAuth2 protocol support for browser-based JavaScript applications