Skip to content

Commit

Permalink
Add required configuration directive for flow type.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Oct 18, 2023
1 parent c4c1707 commit be6e4ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions protocols/profiles/aws_oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Connection profiles must include the `OAuth Authorization Url`, `OAuth Token Url
<string>openid</string>
<string>offline_access</string>
</array>
<key>Authorization</key>
<string>AuthorizationCode</string>
<key>Password Configurable</key>
<false/>
<key>Username Configurable</key>
Expand Down

0 comments on commit be6e4ae

Please sign in to comment.