summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-03-15refactor: authorize unsigned JWT in requestsmo khan
2025-03-14docs: describe the ReBAC policy expressed as a formulamo khan
2025-03-14docs: describe the ReBAC model and how it differs from RBACmo khan
2025-03-14docs: add prelim notes on ReBACmo khan
2025-03-14fix: combine host and path in logsmo khan
2025-03-14chore: update rubygemsmo khan
2025-03-14chore: switch to pure debianmo khan
2025-03-14chore: update package indexmo khan
2025-03-14chore: source mise activation and install bundlermo khan
2025-03-14chore: switch to debian in ci b/c playwright drivers need glibcmo khan
2025-03-14doc: add research on RBACmo khan
2025-03-14chore: user .gitlab-ci.yml file `variables` syntaxmo khan
2025-03-14chore: install nodejs in ci and provide path to playwrightmo khan
2025-03-13refactor: extract authz interface to test out different PaC librariesmo khan
2025-03-13chore: run the end to end tests by defaultmo khan
2025-03-13refactor: extract WithRoutes config optionmo khan
2025-03-13feat: add self-signed tls supportmo khan
2025-03-13refactor: extract proxy packagemo khan
2025-03-13refactor: extract cfg packagemo khan
2025-03-13refactor: extract srv packagemo 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-12doc: write up some ideas around how authz works vs desiredmo khan
2025-03-11test: GET ./well-known/openid-configurationmo khan
2025-03-11test: /.well-known/oauth-authorization-servermo 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-10chore: install mage using go toolmo khan
2025-03-10test: add e2e spec for OIDC loginmo khan
2025-03-10chore: activate mise in makefilemo khan
2025-03-10test: check the parsed saml responsemo khan
2025-03-10chore: activate mise shellmo khan
2025-03-10chore: install ruby dependencies and add golangmo khan
2025-03-10fix: the first monday of daylight saving time :facepalm:mo khan
2025-03-10chore: add some end to end testsmo khan
2025-03-10chore: add a test targetmo khan
2025-03-10Remove code commentsmo khan
2025-03-06docs: tidy up the architecture diagrammo khan
2025-03-06refactor: leave shared code in lib folder and move everything else to the ↵mo khan
service related code
2025-03-06feat: provide JWT token and GlobalID to make the remote authorization decisionmo khan
2025-03-06feat: remove standalone gRPC servermo khan