
dye4h (dye4h) asked a question.
We have multiple Identity Providers configured in Okta.
If a new user gets created in Okta, can we check in Workflow that user is created from which IDPs.

We use cookies to provide the best website experience and to help understand marketing efforts. We may also share data with ad partners to reach potential customers across the web. To learn more, visit our Privacy Policy. Click here for Your Privacy Choices. You may also opt out of this sharing by signaling your preference via GPC, applicable only to the browser signaling the opt-out.
More information
These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.
Select All

We use cookies to provide the best website experience and to help understand marketing efforts. We may also share data with ad partners to reach potential customers across the web. To learn more, visit our Privacy Policy. Click here for Your Privacy Choices. You may also opt out of this sharing by signaling your preference via GPC, applicable only to the browser signaling the opt-out.
More information
These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.
Select All
@dye4h (dye4h) -- I would think not based on the values available within the "user.lifecycle.create" event.
Looking at the event after creating a new user I don't see anything that distinguishes the creation source other than Actor information which is going to be the "User context" that had permissions to perform the action.
Since there isn't a data point providing the context you want there isn't anything you could evaluate with Workflows.
@dye4h (dye4h) -- After thinking about this a bit more I am switching my answer to "maybe". So after you have the create event (lets say 5 minutes to allow for any sort of other automation to occur like adding to groups/apps etc).
If you go and pull info about that user is there any source that shows the information you want when using the Okta Admin UI? If so, is there an API in Okta's API documentation that can query that location to pull the same data?
So for example in the User Profile when the data is pulled in via API there is a "Credential Provider":
"credentials": {
"provider": {
"type": "OKTA",
"name": "OKTA"
}
This I know can be AD.. its possible there are other values. However, this isn't saying who it is actually sourced by.
If you are talking about the "This profile is sourced by" in the Okta Admin UI when you click on a user.. there isn't an API that can pull that info (I've checked on multiple occasions).
So my "maybe" still falls back to what I posted initially. Is there a datapoint that exists that can be leveraged in an evaluation? Maybe that datapoint is some custom profile property that is ONLY used by the specific profile source. Or its used by all of them but they have a different format etc. Something you can use to evaluate against to make your determination of the source.