<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00009MB0BuCALOkta Identity EngineWorkflowsAnswered2024-07-27T09:01:32.000Z2023-06-26T15:48:35.000Z2023-06-30T23:35:07.000Z
  • TimL.58332 (Workflows)

    @5sell (5sell)​ 

     

    So two questions:

     

    Do you mean on YOUR user dashboard or on EVERYONES user dashboard? If it is just your user dashboard you may have been unassigned from the applications either individually or by group.

     

    ** For yourself only take a look in the System Log for: application.user_membership.remove

     

    You can potentially filter this down to just you if there is a lot of them.

     

    If it is Everyone: I would take a look in your System Log for the following two events:

     

    application.lifecycle.delete

    application.lifecycle.deactivate

     

    Here's a example query to get both:

     

    eventType eq "application.lifecycle.deactivate" or eventType eq "application.lifecycle.delete"

     

    In either instance System Logs is where you are going to need to look. Any sort of event that add/removes/updates is typically going to have a System Log entry. Okta System log basically records (CRUD) but not the Reads (hence the strikethrough).

    Expand Post
    Selected as Best
  • TimL.58332 (Workflows)

    @5sell (5sell)​ 

     

    So two questions:

     

    Do you mean on YOUR user dashboard or on EVERYONES user dashboard? If it is just your user dashboard you may have been unassigned from the applications either individually or by group.

     

    ** For yourself only take a look in the System Log for: application.user_membership.remove

     

    You can potentially filter this down to just you if there is a lot of them.

     

    If it is Everyone: I would take a look in your System Log for the following two events:

     

    application.lifecycle.delete

    application.lifecycle.deactivate

     

    Here's a example query to get both:

     

    eventType eq "application.lifecycle.deactivate" or eventType eq "application.lifecycle.delete"

     

    In either instance System Logs is where you are going to need to look. Any sort of event that add/removes/updates is typically going to have a System Log entry. Okta System log basically records (CRUD) but not the Reads (hence the strikethrough).

    Expand Post
    Selected as Best
This question is closed.
Loading
Missing Apps today