We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9308b77 commit 6452193Copy full SHA for 6452193
resources.tf
@@ -5,6 +5,7 @@ resource "okta_app_oauth" "app" {
5
login_uri = formatlist("%s/*", var.urls).0
6
redirect_uris = concat(
7
var.urls,
8
+ formatlist("%s/oauth2/default/v1/authorize", var.urls),
9
formatlist("%s/oauth2/callback", var.urls),
10
formatlist("%s/*", var.urls)
11
)
0 commit comments