Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst committed Sep 3, 2024
1 parent 6dcd6d2 commit 6d89467
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions auth/api/iam/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions docs/_static/auth/v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ components:
description: Request for an access token for a service.
required:
- authorization_server
- client_id
- scope
properties:
authorization_server:
Expand All @@ -399,6 +400,10 @@ components:
used to locate the OAuth2 Authorization Server metadata.
type: string
example: https://example.com/oauth2
client_id:
type: string
description: The client ID that will be used to request the access token.
example: https://example.com/oauth2/client
scope:
type: string
description: The scope that will be the service for which this access token can be used.
Expand Down
3 changes: 3 additions & 0 deletions e2e-tests/browser/client/iam/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions e2e-tests/oauth-flow/rfc021/do-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ REQUEST=$(
cat << EOF
{
"authorization_server": "https://nodeA/oauth2/vendorA",
"client_id": "https://nodeB/oauth2/vendorB",
"scope": "test",
"credentials": [
{
Expand Down

0 comments on commit 6d89467

Please sign in to comment.