-
Notifications
You must be signed in to change notification settings - Fork 0
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
authentication null from okta #4
Comments
I think your issue is the Localhost. If you can't have a public place for your application, you could use the OPP connector. But that is another kind of connection, |
Thanks for suggestions, will update you once we deploy service on azure |
I guess, the authorization went ok, or at least it Okta sees your website. In this case, I see that you want to push Users and Groups and you should have a Users and a Groups Web method |
oktascim.ashx is http handler , not sure how we can add web method along in ashx file. |
using a ashx isn't the best way anymore. That is why I've created a nuget package with the Web Methods. |
Thank you . will update you once done. |
Thank you very much !! I appreciate your guidance. I deployed your code and it is working.... |
I have followed steps which you have given and also added in web.config while testing connection , authentication returning null.
https://sites.google.com/diligente.nl/oktakladblok/scim-app-wizard?authuser=0
please suggest.
The text was updated successfully, but these errors were encountered: