emanor-okta

Results 15 comments of emanor-okta

@Pyrovisionary - Do you see this in a *.oktapreview.com or *.okta.com Org? I am testing v3.30.0 in *.oktapreview.com and am able to create a rule with/without identity_provider. In my *.oktapreview.com...

@andrewlasal - I think this is an issue with concurrent updates on the back-end. Can you try running the plan/apply phases with `-parallelism=1` to verify. The [API does appear to...

@monde - It would be possible to also make the timeout value be 20 minutes `schema.DefaultTimeout(20 * time.Minute)`. This way it matches the current timeout and the config option would...

@monde - I removed the Timeout block from the data_source config files and website files. For the resource files that make use of the sync user/groups the read/create/delete default timeout...

[PR](https://github.com/okta/okta-developer-docs/pull/3529) to update Docs with this attribute.

https://github.com/okta/okta-management-openapi-spec/pull/144

@dusan-dragon For SPA apps, Okta simplified has always done a POST with the id_token, and Okta compliant has always done a GET with the issuer (iss) as a query parameter....

> @dusan-dragon thanks for the reply. My assumptions were this should work by default so if my configuration is wrong do you have an example of a good configuration? >...

> @emanor-okta > > > This definitely can be setup if your Org2Org IdP is SAML, if it is OIDC I would need to test it. > > Thanks so...

> > Thanks so much this solved my issue! Just a heads up idp is not a valid option for signInWithRedirect according to the typings Should be, the [signWithRedirect](https://github.com/okta/okta-auth-js#signinwithredirectoptions), takes...