Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rgl/wso2is-playground
- Owner: rgl
- Created: 2023-05-24T07:53:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-10T13:40:56.000Z (8 months ago)
- Last Synced: 2024-10-05T18:22:02.685Z (about 1 month ago)
- Topics: authentication, oauth2, oidc, openid-connect, sso, wso2, wso2-identity-server, wso2is
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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