Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoskela committed Mar 26, 2024
1 parent 9bd9a46 commit c77424b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion samples/components/oauth/athena.okta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</entry>
<entry>
<key>username</key>
<value>email</value>
<value>preferred_username</value>
</entry>
</accessTokenResponseMaps>
</pluginOAuthConfig>
2 changes: 2 additions & 0 deletions samples/components/oauth/redshift.azure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<tokenUri>https://login.microsoftonline.com/${tenant}/oauth2/v2.0/token</tokenUri>
<scopes>openid</scopes>
<scopes>email</scopes>
<!-- profile scope needed for preferred_username -->
<scopes>profile</scopes>
<scopes>offline_access</scopes>
<capabilities>
<entry>
Expand Down

0 comments on commit c77424b

Please sign in to comment.