Skip to content

EntityAnalytics_Okta: add support for OAuth2 and OIN authentication#17769

Open
chemamartinez wants to merge 6 commits intoelastic:mainfrom
chemamartinez:entityanalytics_okta_new_auth_options
Open

EntityAnalytics_Okta: add support for OAuth2 and OIN authentication#17769
chemamartinez wants to merge 6 commits intoelastic:mainfrom
chemamartinez:entityanalytics_okta_new_auth_options

Conversation

@chemamartinez
Copy link
Contributor

@chemamartinez chemamartinez commented Mar 11, 2026

Proposed commit message

Added OAuth2 support for the Entity Analytics Okta integration, including the following methods:

  • Client secret authentication required for OIN service API authentication.
  • JWT-based authentication:
    • JWK file
    • JWK JSON
    • JWK PEM

Note

Kibana minimum required version has been set to 9.2.6 and 9.3.1, due to the need of this fix for SSL settings to properly work.

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

Related issues

@chemamartinez chemamartinez self-assigned this Mar 11, 2026
@chemamartinez chemamartinez added documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. enhancement New feature or request Team:Security-Service Integrations Security Service Integrations team [elastic/security-service-integrations] Integration:entityanalytics_okta Okta Entity Analytics labels Mar 11, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 11, 2026

✅ Vale Linting Results

No issues found on modified lines!


The Vale linter checks documentation changes against the Elastic Docs style guide.

To use Vale locally or report issues, refer to Elastic style guide for Vale.

@chemamartinez chemamartinez marked this pull request as ready for review March 11, 2026 17:45
@chemamartinez chemamartinez requested a review from a team as a code owner March 11, 2026 17:45
@elasticmachine
Copy link

Pinging @elastic/security-service-integrations (Team:Security-Service Integrations)

@elasticmachine
Copy link

💚 Build Succeeded

cc @chemamartinez

}
}
]
`}} No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Final new line.

Comment on lines 2 to 6
{{#if enable_request_tracer}}
tracer.enabled: true
tracer.filename: "../../logs/okta/http-request-trace-*.ndjson"
tracer.maxbackups: 5
{{/if}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{{#if enable_request_tracer}}
tracer.enabled: true
tracer.filename: "../../logs/okta/http-request-trace-*.ndjson"
tracer.maxbackups: 5
{{/if}}
tracer.enabled: {{enable_request_tracer}}
tracer.filename: "../../logs/okta/http-request-trace-*.ndjson"
tracer.maxbackups: 5

@@ -1,4 +1,9 @@
# newer versions go on top
- version: "3.0.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a breaking change? I think it probably is; okta_token is changed from required to optional.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agree.

@chemamartinez chemamartinez requested a review from efd6 March 12, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation. Applied to PRs that modify *.md files. enhancement New feature or request Integration:entityanalytics_okta Okta Entity Analytics Team:Security-Service Integrations Security Service Integrations team [elastic/security-service-integrations]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Entityanalytics_Okta] support for oauth2 and OIN authentication

3 participants