Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic bridge endpoint #34

Merged
merged 104 commits into from
Oct 28, 2024
Merged

Dynamic bridge endpoint #34

merged 104 commits into from
Oct 28, 2024

Commits on Mar 15, 2024

  1. Basic Implementation of Policy Constraints

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b048558 View commit details
    Browse the repository at this point in the history
  2. Basic Implementation of Policy Constraints

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh authored and actions-user committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    76df29d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1f13f9 View commit details
    Browse the repository at this point in the history
  4. Build fix

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    aca8efe View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    768e9d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    f4d23d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. OIDC Discovery Fix

    Fixes issue #20
    
    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    48de0dc View commit details
    Browse the repository at this point in the history
  2. Changed default token

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3a7a298 View commit details
    Browse the repository at this point in the history
  3. Changed default token

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh authored and actions-user committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0a5deba View commit details
    Browse the repository at this point in the history
  4. Update extractClaims.test.js

    jfelixh committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    22d6cd1 View commit details
    Browse the repository at this point in the history
  5. Update extractClaims.test.js

    jfelixh authored and actions-user committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2f4cc92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7971ea4 View commit details
    Browse the repository at this point in the history
  7. Adopted absolute imports

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    465ae3c View commit details
    Browse the repository at this point in the history
  8. Adopted absolute imports

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh authored and actions-user committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9325e78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    016eed3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc6ac56 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    e870782 View commit details
    Browse the repository at this point in the history
  2. Fix missing styles source

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    aa0ac0f View commit details
    Browse the repository at this point in the history
  3. Readme disclaimer

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7287aa6 View commit details
    Browse the repository at this point in the history
  4. Less Hydra logs

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a7d8579 View commit details
    Browse the repository at this point in the history
  5. Logging improvements with pino

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    aa12eb9 View commit details
    Browse the repository at this point in the history
  6. Text fixes

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dd5eea3 View commit details
    Browse the repository at this point in the history
  7. Text fixes

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh authored and actions-user committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a8b1d02 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46e4a7f View commit details
    Browse the repository at this point in the history
  9. add initial dynamic enpoint logic

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1acabb3 View commit details
    Browse the repository at this point in the history
  10. fix: move files to dynamic folder

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    db3d302 View commit details
    Browse the repository at this point in the history
  11. enable parametric policy from sp

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ad208dc View commit details
    Browse the repository at this point in the history
  12. fix: define types for input descriptor and presentation definition

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    39307f5 View commit details
    Browse the repository at this point in the history
  13. add verifiable id descriptor

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5838a46 View commit details
    Browse the repository at this point in the history
  14. add logic to parametrically use input descriptor for each incr auth

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a874fdd View commit details
    Browse the repository at this point in the history
  15. update redirect URIs in test_client.sh

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1eeb8ea View commit details
    Browse the repository at this point in the history
  16. refactor, create getToken and getMetadata to reuse it in both methods

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    502eabf View commit details
    Browse the repository at this point in the history
  17. separete get and post method

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8e38b37 View commit details
    Browse the repository at this point in the history
  18. use async/await for execute function

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4d6cddf View commit details
    Browse the repository at this point in the history
  19. chore: flatten credFit array in extractClaims.ts

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    31afb38 View commit details
    Browse the repository at this point in the history
  20. fix: use async await to read file

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e13df54 View commit details
    Browse the repository at this point in the history
  21. chore: update OIDC_CLIENT_ID in .env file with client ID from test_cl…

    …ient.sh, and add middleware for unauth access
    
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7b801d1 View commit details
    Browse the repository at this point in the history
  22. chore: Update middleware to protect additional paths and use API key …

    …for authorization
    
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1cf1a09 View commit details
    Browse the repository at this point in the history
  23. chore: Update test_client.sh to use OIDC_CLIENT_ID from .env file

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a56d660 View commit details
    Browse the repository at this point in the history
  24. OIDC Discovery Fix

    Fixes issue #20
    
    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d753b23 View commit details
    Browse the repository at this point in the history
  25. Changed default token

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f9fa302 View commit details
    Browse the repository at this point in the history
  26. Changed default token

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4184e4e View commit details
    Browse the repository at this point in the history
  27. Adopted absolute imports

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    64f7c7a View commit details
    Browse the repository at this point in the history
  28. Fix missing styles source

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    777d90d View commit details
    Browse the repository at this point in the history
  29. Readme disclaimer

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    600e244 View commit details
    Browse the repository at this point in the history
  30. Less Hydra logs

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    da2deb4 View commit details
    Browse the repository at this point in the history
  31. Logging improvements with pino

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    069d8dd View commit details
    Browse the repository at this point in the history
  32. Text fixes

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4830bca View commit details
    Browse the repository at this point in the history
  33. Text fixes

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    77cd474 View commit details
    Browse the repository at this point in the history
  34. chore: Update dependencies and improve logging

    - Update npm dependencies to the latest stable version
    - Implement logging improvements using pino
    - Replace console.error with logger.error for error handling
    - Remove unnecessary console.log statements
    
    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3a34b2d View commit details
    Browse the repository at this point in the history
  35. revert: delete unused API endpoints for authentication response and t…

    …est requests
    
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    41a9c18 View commit details
    Browse the repository at this point in the history
  36. Changed default token

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1dc3cdb View commit details
    Browse the repository at this point in the history
  37. Adopted absolute imports

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ee00bf5 View commit details
    Browse the repository at this point in the history
  38. Adopted absolute imports

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5947bce View commit details
    Browse the repository at this point in the history
  39. Fix missing styles source

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    26f7282 View commit details
    Browse the repository at this point in the history
  40. Less Hydra logs

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    65b9fc4 View commit details
    Browse the repository at this point in the history
  41. Logging improvements with pino

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a8451bd View commit details
    Browse the repository at this point in the history
  42. Text fixes

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    aa73910 View commit details
    Browse the repository at this point in the history
  43. Text fixes

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4b08dcb View commit details
    Browse the repository at this point in the history
  44. test for dmo

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d8b544d View commit details
    Browse the repository at this point in the history
  45. update to logger.debug, use lib for common piece of code in endpoints

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3b4ddd0 View commit details
    Browse the repository at this point in the history
  46. Changed default token

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d00fbde View commit details
    Browse the repository at this point in the history
  47. Changed default token

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1a41415 View commit details
    Browse the repository at this point in the history
  48. Adopted absolute imports

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    adfa398 View commit details
    Browse the repository at this point in the history
  49. Adopted absolute imports

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a41e499 View commit details
    Browse the repository at this point in the history
  50. Fix missing styles source

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    38c6b2c View commit details
    Browse the repository at this point in the history
  51. Logging improvements with pino

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1eff760 View commit details
    Browse the repository at this point in the history
  52. Text fixes

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    jfelixh authored and ilaydacansinkoc committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0dcd032 View commit details
    Browse the repository at this point in the history
  53. Merge branch 'feature_policy_conditions' into dynamic_bridge_endpoint

    Signed-off-by: İlayda Cansın Koç <ilaydacansin@gmail.com>
    ilaydacansinkoc authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0338cd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. refactor extractClaims.ts

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    842b6e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge branch 'main' into dynamic_bridge_endpoint

    Signed-off-by: İlayda Cansın Koç <ilaydacansin@gmail.com>
    ilaydacansinkoc authored and actions-user committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6121998 View commit details
    Browse the repository at this point in the history
  2. refactor clientMetadata endpoint

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9d1e32d View commit details
    Browse the repository at this point in the history
  3. update package-lock.json via npm i

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9566fac View commit details
    Browse the repository at this point in the history
  4. use async await to get the loginPolicy

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2831eb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. adjust unit tests for multi VC VP and constraints check

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f00f9b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. remove old tests that are not needed anymore

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    019d6af View commit details
    Browse the repository at this point in the history
  2. add a policy with complex constraints

    add test for the new policy
    refactor extractClaims to fix a bug related to accept policy with more than two VCs and complex constraints
    
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    35fbc11 View commit details
    Browse the repository at this point in the history
  3. instead of redis.set or get use redisGet and redisSet

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    cd5cadc View commit details
    Browse the repository at this point in the history
  4. introduce policy type to order credentials in a presentation

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    216e3d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. add test data and test for triple VC

    add checks on extractClaims to ensure the VC order is correct and the correct policy is applied.
    refactor extractClaims
    
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    41d87d4 View commit details
    Browse the repository at this point in the history
  2. edit README.md for dynamic_bridge_endpoint approach

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6c8fa50 View commit details
    Browse the repository at this point in the history
  3. fix failing test

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3eabc09 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. add swagger for dynamic api endpoint documentation

    adjust readme.md for swagger documentation
    
    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    846329c View commit details
    Browse the repository at this point in the history
  2. refactor readme.md

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    f2115b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. use VC type instead of credential subject type

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    946be1b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. chore: Await extraction of user claims in presentCredential API

    Signed-off-by: Ilayda Cansin Koc <ilaydacansin@gmail.com>
    ilaydacansinkoc committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    fcfa844 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. fix minimal test script

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3d323a5 View commit details
    Browse the repository at this point in the history
  2. package maintenance

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3b3bd20 View commit details
    Browse the repository at this point in the history
  3. Fix license headers

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    fa9045e View commit details
    Browse the repository at this point in the history
  4. Fix more license headers

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8c575f1 View commit details
    Browse the repository at this point in the history
  5. Add http logging middleware

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    68cb0b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Logger cleanup

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    7d79109 View commit details
    Browse the repository at this point in the history
  2. First API test

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5a71101 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Version bump

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    dffdcdc View commit details
    Browse the repository at this point in the history
  2. Fixed test env loading

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c39c3e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Fixed unit test

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7772c5e View commit details
    Browse the repository at this point in the history
  2. Reverted login policy loading to be more efficient

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e45c7d1 View commit details
    Browse the repository at this point in the history
  3. Added helper to check loaded policy syntax

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    06b3bb7 View commit details
    Browse the repository at this point in the history
  4. Rewrote and fixed policy validation and claim extraction

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    69237bc View commit details
    Browse the repository at this point in the history
  5. Cleaned README

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2514284 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Cleaner loading of policy

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e2c5125 View commit details
    Browse the repository at this point in the history
  2. Simplified incremental authentication API flow

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    a4a8265 View commit details
    Browse the repository at this point in the history
  3. Slight test improvement for presentCredential API

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f5facfb View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Amended README regarding mobile only

    Signed-off-by: Felix Hoops <9974641+jfelixh@users.noreply.github.com>
    jfelixh committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9e27db5 View commit details
    Browse the repository at this point in the history