Skip to content

Commit

Permalink
[TASK] Add details about Keycloak and why a user might want to use it
Browse files Browse the repository at this point in the history
  • Loading branch information
ochorocho committed Jan 4, 2024
1 parent c0b871c commit 99d55a2
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,24 @@

This DDEV add-on provides a [Keycloak](https://www.keycloak.org/) service for DDEV.

* Theming
Keycloak is an Open Source Identity Provider and Access Management software.

**It provides ...**

* Single-Sign On
* Identity Brokering and Social Login
* User Federation
* Support for OpenID, SAML and oAuth2

## Why?

If you want to integrate an Identity Provider in your project using
OpenID, SAML or oAuth2 this addon makes it easy to have this provider
installed locally for testing.

In general, you do not have to deal with remote servers that might give you
a hard time to connect to from your local ddev instance. These servers are
mostly buried behind firewalls and other security mechanism.

## Installation

Expand Down

0 comments on commit 99d55a2

Please sign in to comment.