Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-cp committed May 31, 2024
1 parent cf9c545 commit a3853de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automatic_image_genration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: |
git config --global user.name 'github-actions'
git config --global user.email '[email protected]'
git add images
git add -A images
git commit -m "Generate images from changed PlantUML and draw.io files"
git push
env:
Expand Down
2 changes: 1 addition & 1 deletion src/plantuml/sm-b-auth.puml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Client -> AuthS: POST /token\n\
""client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer""\n\
""client_assertion=eyJh....""
note left of AuthS
RFC7523 (JWT Client Assertion), RFC9449 (DPoP)
RFC7523 (JWT Client Assertion), RFC9449 (DPoP)
end note

AuthS -> AuthS: verify Client Assertion, DPoP
Expand Down

0 comments on commit a3853de

Please sign in to comment.