-
Notifications
You must be signed in to change notification settings - Fork 70
Updated please? #15
Comments
Read the Readme, that was a proof of concept done 6 years ago...listed there are some alternatives. |
@pitbulk I did read that of course, but those are just links to saml libraries, there is no clue as to how to actually set something up that authenticates and gets claims tokens from onelogin, nor how to verify the token is valid, nor how to do a token refresh to check for expiry. I'm not worried about being able to parse xml, I'm worried about not understanding how to interact with onelogin, and this isn't very helpful yet is touted in the documentation as a useful .net example. At the very least remove it from the docs... At this point we've spent 3 days reading the docuemntation, looking at ruby, and .net (and some php) samples, and trying to follow along instructions and it just doesn't seem any closer. Is there a single thing which just tells you what you need to set up in your code, and on the server to get a simple test app that can log a user in, get claims about them, and validate and keep them logged in? |
PHP demo.
|
Thanks...trying the php stuff now (now I gotta remember how to configure apache...been 12 years...) |
@pitbulk So I got the php stuff working, but am having real problems getting any of the recommended .net ones working most seem to have either incorrect code (and an unresponsive committer) or extra concepts that did not exist in the php example. Do yall have a recommendation or a working example? |
@pitbulk in fact how about just an update on the onelogin .net library that is discussed in the README? I might have to look at implementing some of this stuff anyways - do yall have it in a git repo? If there's enough there to get me on the right track, I'd much rather fill in the gaps and give yall a PR then stumble around completely in the dark. |
Sorry I don't have a working example of a dot-net library working with onelogin and there is no estimation on when a dot-net Onelogin toolkit gonna be released, not a priority right now sorry. You can register your petition here: https://onelogin.ideas.aha.io/ |
@pitbulk That link is broken - it redirects to |
Is working for me, maybe you have some session conflict? |
Ok...that worked...isn't the fact that this is possible a huge problem in itself? |
With a proj and sln file? Maybe dotnet core? With a nuget package.config file? Possibly not using aspx pages which has been all but deprecated for like 8 years?
This just really looks like something written by someone after looking at a single .net tutorial...
The text was updated successfully, but these errors were encountered: