Soldato
- Joined
- 27 Mar 2003
- Posts
- 2,710
So I am in the middle of learning a hundred and one things (exciting times)
but as part of my work/ personal projects I want to build a centralised user admin section that I can use as an SSO portal (think Google here)
Now I am working in the C# MVC 5 world and loving everything I have learnt so far, but I am just trying to move away from having to do a lot of copy paste code for the apps when it comes to Authentication/Authorization. I am moving more to the "Claims" world for all my access rights etc.
So I have picked up a lot of information but I haven't really seen any good articles/ walkthroughs on how to go about setting one up.
Now I have trying to build something using ws-Fed but have hit a wall with that and although I have my application redirecting to my login server and it authenticating the user, on the redirect back to the original app the cookie being set on the login server is not being persisted across. So I am clearly doing something wrong.
Is ws-Fed the right technology to use or should I be looking at something else as I want this to work for both MVC/WebApi calls.
Any advice would be greatly received.
(I know doing this will not be a simple task. But I hope to put a blog together documenting my journey so that others may find it useful in the future)
but as part of my work/ personal projects I want to build a centralised user admin section that I can use as an SSO portal (think Google here)
Now I am working in the C# MVC 5 world and loving everything I have learnt so far, but I am just trying to move away from having to do a lot of copy paste code for the apps when it comes to Authentication/Authorization. I am moving more to the "Claims" world for all my access rights etc.
So I have picked up a lot of information but I haven't really seen any good articles/ walkthroughs on how to go about setting one up.
Now I have trying to build something using ws-Fed but have hit a wall with that and although I have my application redirecting to my login server and it authenticating the user, on the redirect back to the original app the cookie being set on the login server is not being persisted across. So I am clearly doing something wrong.
Is ws-Fed the right technology to use or should I be looking at something else as I want this to work for both MVC/WebApi calls.
Any advice would be greatly received.
(I know doing this will not be a simple task. But I hope to put a blog together documenting my journey so that others may find it useful in the future)