-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Okta: Backend/type changes for Okta Integration enrolment improvements #51731
base: master
Are you sure you want to change the base?
Conversation
c34e938
to
f2b7a4e
Compare
getIntegrationStatusRoute( | ||
type: PluginKind | IntegrationKind, | ||
name: string, | ||
page?: string |
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.
nit: from the PR description, I think we are referring to status page here correct?
page?: string | |
statusPage?: string |
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.
It's for the Edit routes for the User Sync / App/Group Sync within the Okta status page... would something like subPage
be more apt?
f2b7a4e
to
91cee35
Compare
Add types and update integration status page + enrol paths for Okta Integration enrolment changes. Required for #5994.