Andreas Svanberg ansv7779
  • Joined on 2021-07-26
ansv7779 pushed to main at DMC/oauth2-authorization-server 2025-03-27 00:38:31 +01:00
7fd46e88fe Handle client redirect URI being null
9e8962c909 Migrate data from old authorization server
Compare 2 commits »
ansv7779 pushed to main at DMC/oauth2-authorization-server 2025-03-26 18:51:22 +01:00
87d6bd594c Provide an embedded Docker container for local development (#1)
ansv7779 merged pull request DMC/oauth2-authorization-server#1 2025-03-26 18:51:21 +01:00
Provide an embedded Docker container for local development
ansv7779 pushed to docker at DMC/oauth2-authorization-server 2025-03-26 18:49:47 +01:00
806de61859 Minor cleanup
ansv7779 created pull request DMC/oauth2-authorization-server#1 2025-03-26 18:46:35 +01:00
Provide an embedded Docker container for local development
ansv7779 pushed to docker at DMC/oauth2-authorization-server 2025-03-26 18:45:34 +01:00
016f4d226b Fix client ownership in embedded container
77ca199b59 Small improvement to the layering of the Dockerfile
Compare 2 commits »
ansv7779 pushed to docker at DMC/oauth2-authorization-server 2025-03-26 18:39:00 +01:00
c30ed02659 Fix trying to modify immutable collection
ansv7779 pushed to docker at DMC/oauth2-authorization-server 2025-03-26 18:33:49 +01:00
220a8a454d Prevent session cookie conflicts on localhost
ansv7779 pushed to docker at DMC/oauth2-authorization-server 2025-03-26 16:42:54 +01:00
0f03bbca52 Fix null scope
ed0c510638 Add example how to use the embedded container
Compare 2 commits »
ansv7779 created branch docker in DMC/oauth2-authorization-server 2025-03-26 14:35:11 +01:00
ansv7779 pushed to docker at DMC/oauth2-authorization-server 2025-03-26 14:35:11 +01:00
800748094e Test the behaviour of the embedded container
5cfbaa6535 Working Docker container
6039d6b34b Refactor out storage specifics from the ClientManager
Compare 3 commits »
ansv7779 pushed to main at DMC/oauth2-authorization-server 2025-03-26 11:03:59 +01:00
411bba57b2 Better description about the ways to verify tokens to let developer decide based on characteristics
464031bd17 Fix HTTP header name
Compare 2 commits »
ansv7779 deleted branch oauth2-token-instrospection-login from DMC/seshat 2025-03-26 09:47:36 +01:00
ansv7779 pushed to develop at DMC/seshat 2025-03-25 15:48:33 +01:00
f7466a57df Use OAuth 2.0 Token Introspection during log in (#27)
ansv7779 merged pull request DMC/seshat#27 2025-03-25 15:48:32 +01:00
Use OAuth 2.0 Token Introspection during log in
ansv7779 approved DMC/seshat#27 2025-03-25 15:47:22 +01:00
Use OAuth 2.0 Token Introspection during log in

Works as expected. Good find on the bug in the login handler that used the wrong username.

ansv7779 pushed to oauth2-token-instrospection-login at DMC/seshat 2025-03-25 15:46:26 +01:00
811f6ba4b7 Minor cleanup
ansv7779 pushed to main at DMC/oauth2-authorization-server 2025-03-25 15:29:40 +01:00
bb8c0a2e60 General OAuth 2.0 documentation
becbcec39f Upgrade Spring Boot version
245585c3d8 Add development instructions
fbca82d17e Lower required Java version
Compare 4 commits »
ansv7779 pushed to main at DMC/oauth2-authorization-server 2025-03-25 12:44:57 +01:00
a9f8f5bd53 Fix +x flag on mvnw
ansv7779 pushed to main at DMC/oauth2-authorization-server 2025-03-25 00:01:57 +01:00
cefb4af44d Include end user's entitlements (public information) in the access token
0d78322828 Move UserInfo endpoint for compatibility with old authorization server
54afb20c4d Allow a persistent RSA key pair to be used for signing
95ee6e77d7 Add and remove additional client owners
8578984e6e Support resource servers using token introspection
Compare 10 commits »