Graeme Meyer

Results 14 comments of Graeme Meyer

To echo what others are saying, this is a serious security issue that will prevent us from using this addon. It's also I think what #1136 was asking about. As...

Could you include an error message explaining that the feature isn't available? Right now if you run `code` in Az Cloud Shell it just fails silently. Not sure if that...

@monde any chance of reviving this? I didn't realise this feature even existed, but the ability to configure Org2Org provisioning with OAuth via Terraform would be super useful, and much...

Looks like due to (accidental?) closure of the PR at Elastic repo, it is now being tracked here: https://github.com/elastic/elastic-transport-js/issues/63

@monde is this feature request still tracked/are Okta still aware of it if the issue is closed and the bot has marked it as stale? Authenticator methods are required to...

I've been playing around with `okta_app_signon_policy` a bit, and actually I'm not sure there's any way to manage the Okta default policies with Terraform? There's no import block support as...

Thanks @exitcode0. The import does actually seem to work via CLI: I didn't realise some resources could only support import via CLI and not via import block. That isn't super...

@haggrip would the Okta team give some consideration to prioritising this feature? It's a very curious gap in the SDK. Server to Server applications (those which are likely to use...

I hadn't realised before, but the `parsed_response` from Okta for OAuth tokens actually includes the expiry time (as `parsed_response["expires_in"]`), so TBH I think this can probably be solved as simply...

I've submitted my own PR (https://github.com/okta/okta-sdk-python/pull/415) to fix this issue, which I think is similar. If anyone from Okta would be able to give me in idea whether this has...