-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not all channels configuraiton implmented in the sdk #469
Comments
OKTA internal reference https://oktainc.atlassian.net/browse/OKTA-742339 |
I don't have access to the jira |
how can i see the ticket? |
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the |
Not stale |
still Not stale |
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the |
not stale |
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the |
Not stale |
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the |
Pls fix it 😀 |
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the |
pls fix it |
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the |
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the |
This issue has been marked stale because there has been no activity within the last 14 days. To keep this issue active, remove the |
Describe the bug?
there is no Conig implementation in InlineHookChannel struct the okta v4 sdk
What is expected to happen?
when createing an inline hook you should be able to create a InlineHookChannel with channel config:
github.com/okta/okta-sdk-golang/[email protected]/okta/model_inline_hook_channel_config.go
but this struct is not used by any function
What is the actual behavior?
you cannot create an inline hook using any other than the basic configuration
github.com/okta/okta-sdk-golang/[email protected]/okta/api_inline_hook.go
Reproduction Steps?
try to create an inline hook with this body:
as provided in the example in the okta offical docs.
Additional Information?
example (not working)
body creation:
Golang Version
go version go1.22.4 darwin/amd64
SDK Version
4.1.2
OS version
Darwin ilnesahprib48cb 23.5.0 Darwin Kernel Version 23.5.0: Wed May 1 20:09:52 PDT 2024; root:xnu-10063.121.3~5/RELEASE_X86_64 x86_64
The text was updated successfully, but these errors were encountered: