mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
* doing some work for enumerating how the accounts work together * fixing up build scripts and removing extra things * making JavaScript as_tag use the struct field names * making shared.js a module, removing wasmloader.js * don't compress compressed things |
||
---|---|---|
.. | ||
index.html | ||
README.md | ||
run_proxy.sh |
OAuth Proxy Test
This dir has some things for setting up a simple OAuth2 RS so things can get tested.
Quick Setup
- Run the
setup_dev_environment.sh
script and set a credential fortestuser
. - Look for the OAuth2 Secret in the script output and copy it into a file called
client.secret
in this dir. - Run
./run_proxy.sh
to start the proxy, and then go to the URL and do the thing!