-
Notifications
You must be signed in to change notification settings - Fork 444
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
[integrations][okta] - Added support for Oauth2 for okta.system data stream #7542
Conversation
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
🌐 Coverage report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Is there a way to document the common pitfalls regarding the config of OAuth2 on Okta server.
Lately, there were few issues with other products that customers faced regarding misconfiguration of the OAuth servers and leading to integration issues.
@bhapas The main issue I see is different oauth2 implementations require specific steps from users to get things working, specially in the case of machine to machine communication. The implementation of oauth2 followed by okta here deviates from standard oauth2 conventions making a single document covering pitfalls of oauth2 as a whole somewhat difficult. It needs to be a case by case basis in my opinion. |
@ShourieG Yeah. I meant the OAuth2 configuration for Okta servers , not in general. |
@bhapas Yea we will take up this discussion point in the team meet and figure out a better way for these documentations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Can you add some screenshots for the changed UI
Package okta - 2.0.0 containing this change is available at https://epr.elastic.co/search?package=okta |
Type of change
What does this PR do?
This PR adds OAuth2 support for Okta System Logs data stream in the Okta integration.
Note
This PR can only be merged after the public release of 8.10 because of internal dependencies and features only available in 8.10. System tests will fail until 8.10 changes are available in the CI pipeline.
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots