summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2025-04-02refactor: switch from casbin to cedarmo khan
2025-03-27refactor: split csv files into sub directory to simulate separate databasesmo khan
2025-03-27refactor: extract method for UI landing pagemo khan
2025-03-27feat: pin to version 1.4.0 of saml-kitmo khan
2025-03-27refactor: use incoming request to build redirect urimo khan
2025-03-27feat: add consistent header across servicesmo khan
2025-03-26feat: add nav to idp pagesmo khan
2025-03-26feat: pretty up the IdP html pagesmo khan
2025-03-26feat: add h1 headingsmo khan
2025-03-26feat: extract a navigation header for each page in UImo khan
2025-03-26feat: use pico css to make the UI prettymo khan
2025-03-26feat: extract a layout helper for rendering htmlmo khan
2025-03-26feat: use the latest published version of saml-kitmo khan
2025-03-26feat: exchange a SAML assertion for an access tokenmo khan
2025-03-26feat: exchange a saml response for a tokenmo khan
2025-03-25feat: exchange saml assertion for an access tokenmo khan
2025-03-20refactor: use schema and host configmo khan
2025-03-20feat: use warden to manage authenticated sessionmo khan
2025-03-20feat: add logout and links to /index.htmlmo khan
2025-03-20refactor: extract ui.example.com/index.html and print tokensmo khan
2025-03-20feat: add html pages to ui service that fetches data from rest apimo khan
2025-03-20feat: add id_token when scope includes oidcmo khan
2025-03-19feat: check if jwt is still validmo khan
2025-03-19fix: restore erb trim_mode optionmo khan
2025-03-18refactor: extract http helpers modulemo khan
2025-03-18refactor: extract parameter for injecting a code_verifiermo khan
2025-03-18refactor: allow overriding the default authorize uri query paramsmo khan
2025-03-18refactor: use oauth server metadata to configure endpointsmo khan
2025-03-18refactor: extract an OAuth::Client class to all the generation of dynamic cli...mo khan
2025-03-17feat: add a token introspection endpointmo khan
2025-03-17refactor: add shim to handle other types of authorization grantsmo khan
2025-03-17feat: exchange an authorization grant for a tokenmo khan
2025-03-17feat: add public groups endpointmo khan
2025-03-17feat: fix the csv data and serve it from the REST APImo khan
2025-03-17feat: use csv files to simulate database tablesmo khan
2025-03-15refactor: authorize unsigned JWT in requestsmo khan
2025-03-13refactor: extract authz interface to test out different PaC librariesmo khan
2025-03-13fix: append host to redirect locationmo khan
2025-03-13refactor: use rack to parse authorization headermo khan
2025-03-12feat: require a login before authorizing an auth grantmo khan
2025-03-12refactor: redirect to the standalone login page and continue saml transactionmo khan
2025-03-12feat: add a basic login page and dashboardmo khan
2025-03-12test: fix the e2e test to enter username/passwordmo khan
2025-03-12feat: generate users with bcrypt password digestmo khan
2025-03-12feat: render a simple login pagemo khan
2025-03-12chore: remove ./bin/e2e scriptmo khan
2025-03-11refactor: move more saml code into authn namespacemo khan
2025-03-11refactor: extract oauth controllermo khan
2025-03-11refactor: separate authn/authz code into separate modulesmo khan
2025-03-10test: use golang oauth client to test IdPmo khan