Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romulets/wso2is-example
Wso2 Identity Server demo
https://github.com/romulets/wso2is-example
java javascript jersey react wso2-identity-server
Last synced: about 2 months ago
JSON representation
Wso2 Identity Server demo
- Host: GitHub
- URL: https://github.com/romulets/wso2is-example
- Owner: romulets
- License: apache-2.0
- Created: 2017-09-05T12:27:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-15T19:43:46.000Z (over 2 years ago)
- Last Synced: 2023-02-27T15:34:25.499Z (almost 2 years ago)
- Topics: java, javascript, jersey, react, wso2-identity-server
- Language: Java
- Homepage:
- Size: 949 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Wso2 IS Example
A simple [Wso2 Identity Server v5.30](https://docs.wso2.com/display/IS530/) example- [Introduction](#introduction)
- [Setting up and Running](#setting-up-and-running)
- [Developing](#developing)
- [Contributing](docs/CONTRIBUTING.md)
- [Contact](#contact)## Introduction
This project helps to understand how the communication flows shall happen and provides an example for further projects using java and the wso2 identity server.
This project has three entities which communicates among themselves:
- [Web Client (React)](src/main/resources/web-client)
- [Service Provider (Jersey)](src/main/java/romulets/wso2/rest)
- Wso2 Identity Server## Setting up and Running
1. Set up the [playground example](https://docs.wso2.com/display/IS530/Basic+Client+Profile+with+Playground) given by wso2
2. `git clone` this project wherever you want on your computer
3. Copy [conf.prp](src/main/resources/conf.prp) to `${tomcat user's home path}/.wso2Example/` or update the file's location in [AuthProperties.java](src/main/java/romulets/wso2/rest/util/AuthProperties.java)
4. Update the copied conf.prp with the correct values
5. Update [pom.xml](pom.xml) `` to matches with your tomcat webapps path (or remove it if you don't mind copying the `.war` after every install)
6. `mvn install`
7. If you removed the `` deploy it manually to tomcat and open `http://localhost:8080/wso2Example/`
## Developing
The java API has nothing tricky to develop, just go on.
The react client is normal too, although you must copy the builded js and html files to the [webapp path](src/main/webapp). I've built some [scripts](scritps/) to make the developement and build easier, it works only for linux though. Feel free to build the windows' scripts and contribute to the project!
_Obs: the web client built in react isn't the most wonderful code in the world. Feel free to improve it._
## Contact
Any problems, critics, sugestions, warnings, messages or whatever please message me at [[email protected]](mailto:[email protected])