Skip to content

Commit 6452193

Browse files
committed
testing updated forward_auth
1 parent 9308b77 commit 6452193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ resource "okta_app_oauth" "app" {
55
login_uri = formatlist("%s/*", var.urls).0
66
redirect_uris = concat(
77
var.urls,
8+
formatlist("%s/oauth2/default/v1/authorize", var.urls),
89
formatlist("%s/oauth2/callback", var.urls),
910
formatlist("%s/*", var.urls)
1011
)

0 commit comments

Comments
 (0)