summaryrefslogtreecommitdiff
path: root/bin/idp
AgeCommit message (Expand)Author
2025-03-27refactor: split csv files into sub directory to simulate separate databasesmo khan
2025-03-27feat: pin to version 1.4.0 of saml-kitmo 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: use the latest published version of saml-kitmo khan
2025-03-26feat: exchange a SAML assertion for an access tokenmo khan
2025-03-25feat: exchange saml assertion for an access tokenmo khan
2025-03-20feat: use warden to manage authenticated sessionmo 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-18refactor: allow overriding the default authorize uri query paramsmo 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: 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-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-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
2025-03-10test: add e2e spec for OIDC loginmo khan
2025-03-10test: check the parsed saml responsemo khan
2025-03-10Remove code commentsmo khan
2025-03-06refactor: leave shared code in lib folder and move everything else to the ser...mo khan
2025-03-06feat: provide JWT token and GlobalID to make the remote authorization decisionmo khan
2025-03-06feat: remove standalone gRPC servermo khan
2025-03-06refactor: connect twirp client/server components to rackmo khan
2025-03-06refactor: move protobuf rpc services to lib/authx/rpcmo khan
2025-03-06refactor: use protobuf3 and define twirp servicemo khan
2025-03-05refactor: move SAML routes to /saml/ pathmo khan
2025-03-05refactor: extract scheme and provide the appropriate nameid for saml transactionmo khan
2025-03-05feat: add a REST API servicemo khan
2025-03-04feat: add API gateway to reverse proxy requests in front of two different ser...mo khan
2025-02-28feat: add a simple grant exchange endpointmo khan
2025-02-28feat: implement more of the OIDC workflowmo khan
2025-02-28Add openid/oauth endpointsmo khan
2025-02-27docs: remove outdated code commentsmo khan
2025-02-27Install twirp gemmo khan
2025-02-27Stub out endpoints for OIDC/OAuth metadata endpointsmo khan
2025-02-27fix: Do not pass the safe_level argument to ERB.newmo khan
2025-02-27Move src file to bin dirmo khan