kanidm/scripts/oauth_proxy
James Hodgkinson 3bfc347c53
CLI integration test beginnings (#2261)
* more integration test things, using assert_cmd to test the CLI end-to-end
* packagez
* making clippy happy
* making deno happy
2023-10-30 06:10:54 +00:00
..
index.html Splitting the SPAs (#2219) 2023-10-27 06:03:58 +00:00
README.md CLI integration test beginnings (#2261) 2023-10-30 06:10:54 +00:00
run_proxy.sh Splitting the SPAs (#2219) 2023-10-27 06:03:58 +00:00

OAuth Proxy Test

This dir has some things for setting up a simple OAuth2 RS so things can get tested.

Quick Setup

  1. Run the setup_dev_environment.sh script and set a credential for testuser.
  2. Look for the OAuth2 Secret in the script output and copy it into a file called client.secret in this dir.
  3. Run ./run_proxy.sh to start the proxy, and then go to the URL and do the thing!