Hello, any idea how to check an application in okta user using powershell?
For ex. The user requested for Office 365 then the powershell script will connect to OKTA and check if the application requested is already on the user, if not, it will send an email notification.
I have a user assigned in a specific organizational unit in OKTA.
I need to give that user the access to some of applications in OKTA.
Do you have any idea on how I can start with my script? Or sample script on how I can give application access to a specific user using powershell? I am new into this and I am lost where I should start. Hope you can help
Yes, the user is assigned in a specific group. I saw your script in Github in assigning user to app. Is that the same as giving user an access to application?
Script wherein I need to check if a specific application is already existing in the user profile in OKTA. If not I have to send an email notif to the user. Is this try catch?
This is example of giving application access to a user in OKTA? How about checking if the application is already existing in ther user profile? Do you have a sample for that?
Thank you so much Gabriel! Your github samples really help me somehow understand how okta and powershell works. This is my 1st time to try okta and powershell. You really helped me a lot!