
MichałP.83698 (Customer) asked a question.
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