Skip to content

Releases: jd4883/terraform-okta-oauth2-app-generator

2.1.4

16 Jul 05:05
1754c28
Compare
Choose a tag to compare
Update resources.tf

the provider no longer supports this attribute so it throws an error. This commit corrects the problem

2.1.3

21 Feb 05:01
09b25df
Compare
Choose a tag to compare
Update resources.tf

corrects callback uri for predictable login auths

2.1.2

02 Oct 19:56
Compare
Choose a tag to compare
minor cleanup, adjusts for updated okta provider will validate funcio…

2.1.1

02 Oct 19:39
27b9058
Compare
Choose a tag to compare
Update versions.tf

v2.1

14 May 00:46
Compare
Choose a tag to compare

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

12 May 05:59
Compare
Choose a tag to compare
v2

minimizes okta config a bit more to ensure it will match; validated working forward auth

v1.1.1

10 May 18:51
Compare
Choose a tag to compare

adds additional URI's

v1.1

12 Feb 15:08
9308b77
Compare
Choose a tag to compare

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

v1.0

03 Dec 06:53
cc2ea56
Compare
Choose a tag to compare
Add files via upload