Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rgl/wso2is-playground

WSO2IS (WSO2 Identity Server) Playground
https://github.com/rgl/wso2is-playground

authentication oauth2 oidc openid-connect sso wso2 wso2-identity-server wso2is

Last synced: 13 days ago
JSON representation

WSO2IS (WSO2 Identity Server) Playground

Awesome Lists containing this project

README

        

# About

This is a [WSO2IS (WSO2 Identity Server)](https://wso2.com/identity-server/) playground.

This is somewhat related to https://github.com/rgl/terraform-keycloak.

# Usage

Install docker compose.

Add the following entries to your machine `hosts` file:

```
127.0.0.1 wso2is.test
127.0.0.1 mail.test
127.0.0.1 example-go-confidential.test
```

Start the environment:

```bash
./create.sh
```

When anything goes wrong, you can try to troubleshoot at:

* `docker compose logs --follow`
* https://wso2is.test:9443/console/ (WSO2IS Console; login as `admin`:`admin`)
* https://wso2is.test:9443/carbon/ (WSO2IS Carbon Management Console; login as `admin`:`admin`)
* https://wso2is.test:9443/myaccount/ (WSO2IS My Account; login as `admin`:`admin`)
* http://mail.test:8025 (MailHog (email server))

Destroy everything:

```bash
./destroy.sh
```

# References

* https://is.docs.wso2.com
* https://is.docs.wso2.com/en/latest/references/concepts/authentication/discovery/
* https://github.com/wso2/product-is
* https://github.com/wso2/docker-is