Skip to content

Commit

Permalink
chore: add url without port in fixture of oauth2 app
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Sep 6, 2024
1 parent 3dc0b75 commit bf6cf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/initial_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"fields": {
"client_id": "client_id",
"user": 4,
"redirect_uris": "http://local.edly.io:8000/\r\nhttp://tenant-a.local.edly.io:8000/\r\nhttp://tenant-b.local.edly.io:8000/",
"redirect_uris": "http://local.edly.io/\r\nhttp://local.edly.io:8000/\r\nhttp://tenant-a.local.edly.io:8000/\r\nhttp://tenant-b.local.edly.io:8000/",
"client_type": "confidential",
"authorization_grant_type": "client-credentials",
"client_secret": "client_secret",
Expand Down

0 comments on commit bf6cf4b

Please sign in to comment.