Releases: jd4883/terraform-okta-oauth2-app-generator
Releases · jd4883/terraform-okta-oauth2-app-generator
2.1.4
Update resources.tf
the provider no longer supports this attribute so it throws an error. This commit corrects the problem
2.1.3
Update resources.tf
corrects callback uri for predictable login auths
2.1.2
minor cleanup, adjusts for updated okta provider will validate funcio…
v2.1
tweaked redirect uris / login uris to what has worked 100% in testing:
login_uri = formatlist("%s/oauth2/default", var.urls).0
redirect_uris = concat(formatlist("%s/oauth2/default", var.urls), formatlist("%s/oauth2/callback", var.urls))
v2
minimizes okta config a bit more to ensure it will match; validated working forward auth
v1.1
small patch to disable URI_Logo as this seems to now be enforced to not be set as an empty string; a valid way to fix this as well would be to have a default image URI which is probably a better long term solution without loss of this functionality