You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
# Copy-paste your Terraform configurations here - for large Terraform configs,# please use a service like Dropbox and share a link to the ZIP file. For# security, you can also encrypt the files using our GPG public key: [https://keybase.io/hashicorp](https://urldefense.com/v3/__https://keybase.io/hashicorp__;!!PwKahg!9gh41yliulSPgUn3l9s8ylKYIB5aDI0e1js2S1AMjLJMra2LsscvA5ase601oe5XWBic6aRhpl07kSnZhoi1$)resource"okta_inline_hook""saml_hooks" {
for_each=toset(var.app1_tenants)
name="saml-${each.key}-app1-hook"type="com.okta.saml.tokens.transform"version="1.0.2"status="ACTIVE"channel={
type ="HTTP"
version ="1.0.0"
method ="POST"
uri = var.hook_service_url
}
auth={
key ="Authorization"
type ="OAUTH2"
value =jsonencode({
client_id = var.hook_client_id
client_secret = var.hook_secret
token_url = var.hook_token_url
scope ="api"
})
}
}
@deepaunni2006 can you get the error output from the TF provider, it will help deduce the issue if I'm not able to reproduce this given the sparse background given in the issue. Thanks
Description:
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version
every version
Affected Resource(s)
okta_inline_hook
type "com.okta.saml.tokens"
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
Can this be done in the Admin UI?
Can this be done in the actual API call?
Actual Behavior
Steps to Reproduce
TF_LOG=DEBUG terraform apply -auto-approve okta_plan.tfplan
Important Factoids
References
The text was updated successfully, but these errors were encountered: