index
:
gitlab/authzd.git
gkg-inject-ids
gl-policies
main
refactor-authorizers
spice-schema
Authorization daemon
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
Age
Commit message (
Expand
)
Author
2025-03-13
refactor: extract authz interface to test out different PaC libraries
mo khan
2025-03-13
fix: append host to redirect location
mo khan
2025-03-13
refactor: use rack to parse authorization header
mo khan
2025-03-12
feat: require a login before authorizing an auth grant
mo khan
2025-03-12
refactor: redirect to the standalone login page and continue saml transaction
mo khan
2025-03-12
feat: add a basic login page and dashboard
mo khan
2025-03-12
test: fix the e2e test to enter username/password
mo khan
2025-03-12
feat: generate users with bcrypt password digest
mo khan
2025-03-12
feat: render a simple login page
mo khan
2025-03-12
chore: remove ./bin/e2e script
mo khan
2025-03-11
refactor: move more saml code into authn namespace
mo khan
2025-03-11
refactor: extract oauth controller
mo khan
2025-03-11
refactor: separate authn/authz code into separate modules
mo khan
2025-03-10
test: use golang oauth client to test IdP
mo khan
2025-03-10
test: add e2e spec for OIDC login
mo khan
2025-03-10
test: check the parsed saml response
mo khan
2025-03-10
chore: add some end to end tests
mo khan
2025-03-10
Remove code comments
mo khan
2025-03-06
refactor: leave shared code in lib folder and move everything else to the ser...
mo khan
2025-03-06
feat: provide JWT token and GlobalID to make the remote authorization decision
mo khan
2025-03-06
feat: remove standalone gRPC server
mo khan
2025-03-06
refactor: connect twirp client/server components to rack
mo khan
2025-03-06
refactor: move protobuf rpc services to lib/authx/rpc
mo khan
2025-03-06
refactor: use protobuf3 and define twirp service
mo khan
2025-03-06
chore: add script to run manual tests
mo khan
2025-03-05
feat: add declarative policy
mo khan
2025-03-05
feat: connect REST API to gRPC Ability.allowed? service
mo khan
2025-03-05
feat: define the protobuf service definition
mo khan
2025-03-05
refactor: move SAML routes to /saml/ path
mo khan
2025-03-05
refactor: extract scheme and provide the appropriate nameid for saml transaction
mo khan
2025-03-05
feat: add a REST API service
mo khan
2025-03-04
feat: add API gateway to reverse proxy requests in front of two different ser...
mo khan
2025-03-03
docs: remove code comment
mo khan
2025-02-28
feat: add a simple grant exchange endpoint
mo khan
2025-02-28
feat: implement more of the OIDC workflow
mo khan
2025-02-28
Add openid/oauth endpoints
mo khan
2025-02-27
fix: remove safe_level paramter from ERB ctor
mo khan
2025-02-27
docs: remove outdated code comments
mo khan
2025-02-27
Install twirp gem
mo khan
2025-02-27
Stub out endpoints for OIDC/OAuth metadata endpoints
mo khan
2025-02-27
fix: Do not pass the safe_level argument to ERB.new
mo khan
2025-02-27
Move src file to bin dir
mo khan