OpenConext-Attic / OpenConext-authorization-playground

Test your OAuth or OIDC credentials and API calls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenConext-authorization-playground

OAuth2 demo client for the Oauth2 server for the OpenConext platform.

Development

To run locally:

mvn spring-boot:run -Drun.jvmArguments="-Dspring.profiles.active=dev"

Or use the shortcut:

./start.sh

Create an alias for localhost in your /etc/hosts

To avoid overwriting cookies add the following line to /etc/hosts:

127.0.0.1 	authz-playground-local

That's it. Point your browser to http://authz-playground-local:8089

Editing CSS

We use sass to ease the pain of CSS development. We recommend you install sass using ruby. Best is to manage your rubies with rbenv. After installing rbenv cd into this directory and run:

gem install sass

Then run

sass --watch src/main/sass/application.sass:src/main/resources/static/css/application.css

Or use the shortcut:

./watch.sh

About

Test your OAuth or OIDC credentials and API calls

License:Apache License 2.0


Languages

Language:CSS 58.7%Language:Java 21.2%Language:HTML 17.7%Language:JavaScript 2.0%Language:Shell 0.4%Language:Ruby 0.0%