Skip to content

Commit

Permalink
athena requires CORS proxy during token exhcange. enabling flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jan 30, 2024
1 parent 3c4054b commit 71fe467
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion definitions/platform/athena.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ response_modes_supported:
code_challenge_methods_supported:
- S256
confidential: false
cors_relay_required: false
# required because Athena does not correctly return CORS headers during Token exchange
cors_relay_required: true
documentation: |
sandbox users:
Practice ID: #80000
Expand Down

0 comments on commit 71fe467

Please sign in to comment.