I have been able to successfully integrate Okta authorization into our application, either by using the Okata plug-in on a custom login-to-okta.html page or checking the StatusCode from the PostResponse(url As String, content As String, ByRef statusCode As HttpStatusCode) As Byte()) function provided through the StackOverflow site.
The problem I have with both of these methods is that this is only authenticating the user, it is not checking to see if the user has access to the app, and in fact, in neither of these cases are we able to pass to Okta any application specific info.
I would much prefer using the plug-in, but either method is acceptable provided we can authenticate a user’s ability to access the app that is managed in that user’s profile in Okta.
BTW, I had emailed Okta support but have not received a reply as yet.
Thanks In Advance