Skip to content

Commit

Permalink
Enable okta migration flag in dev 2 and 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbrown committed Jan 13, 2025
1 parent f67eb78 commit 9fc08a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions backend/src/main/resources/application-azure-dev2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ simple-report:
- https://dev2.simplereport.gov
twilio:
enabled: true
features:
oktaMigrationEnabled: true
4 changes: 3 additions & 1 deletion backend/src/main/resources/application-azure-dev4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ simple-report:
- https://simple-report-dev4.azureedge.net
- https://dev4.simplereport.gov
twilio:
enabled: true
enabled: true
features:
oktaMigrationEnabled: true

0 comments on commit 9fc08a6

Please sign in to comment.