<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
0D51Y0000AWcCgfSQFOkta Identity EngineAdvanced Server AccessAnswered2021-02-22T10:24:26.000Z2021-02-18T13:44:56.000Z2021-02-22T10:24:26.000Z
Custom attributes in machine2machine client

Hello, I have machine2machine app client and becuase there will be a lot of that kind of clients I want to connect them somehow with userId. I can do this via okta REST api that allows me to update application settings and I can add profile parameters that will be available on login. But can I do this from admin and not from the REST API ?

I need this also in terraform configuration but don't see that kind of stuff in documentation


  • Hello Michał,

     

    Currently this is not possible from the Admin UI because Service machine 2 machine apps are not intended to have Users assigned to them, and do not issue ID Tokens, only Access Tokens, hence the Machine 2 Machine behavior.

     

    You would usually use the Client ID of the application to determine who the Service Client is. If you need the User ID you might want to use a different application type, such as a Native, Web, or SPA application.

     

    If you have any further questions you can always open a support ticket to discuss with us further on the topic.

     

    Thank you,

    Bogdan Andrisan

    Developer Support Engineer

    Expand Post
This question is closed.
Loading
Custom attributes in machine2machine client