-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add service application authentication #22
Conversation
Thanks @ctennis for the pull request! We'll review this tomorrow and let you know if we have any feedback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ctennis
Thanks, for raising PR for adding service application authentication mode.
Most of the changes look good.
I have left few suggestions on PR after testing it on my side.
@ctennis Hey, while testing and looking for additional scopes, we couldn't seem to find the scope to include for the |
You're right, I can't seem to find a scope here either. I'll open a service ticket with Okta, the API for this lives under the /meta hierarchy and I wonder if they just overlooked it. |
Confirmed with Okta, this particular API isn't supported via oauth. I upvoted the case regarding it. Not a blocker for us, but I suppose a limitation of this particular table. |
Thank you for checking the details that far. |
Thanks again @ctennis for the contribution, appreciate it! |
I can confirm this works great, and is a much more secure way of configuring API access into Okta (though is a bit more work to initially setup).