-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: adds sso examples piece #380
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for gracious-clarke-e6b312 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Could be an article about SSO examples and a separate one on how to implement SSO, and have them link to one another? :) |
@meems1996 for sure! I was thinking up until SSO use cases + conclusion would be one, and another one for the rest of it (how to... sounds like a good idea) |
Right! I am thinking as a reader if I wanted to read how to implement SSO I would either already be familiar with some use cases, or have one in mind already and just be interested in the actual How-To of it. Alternatively, if I wanted to know more about SSO, having an article on the use cases is invaluable. Real world examples for the win! |
|
||
## What is Single Sign-On (SSO)? | ||
|
||
But analogies aside, let's define SSO. Deferring to [Wikipedia's wisdom](https://en.wikipedia.org/wiki/Single_sign-on): |
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.
But analogies aside, let's define SSO. Deferring to [Wikipedia's wisdom](https://en.wikipedia.org/wiki/Single_sign-on): | |
Analogies aside, let's define SSO. Deferring to [Wikipedia's wisdom](https://en.wikipedia.org/wiki/Single_sign-on): |
- Enables seamless integration with existing corporate identity providers | ||
- Makes security teams happy (and you want them to be happy, trust me) | ||
|
||
The key takeaway? SSO isn’t just about convenience - it’s about removing friction while maintaining (or even improving) security. Each industry has its own specific needs, but the core benefits remain consistent. |
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.
I think up to this point is a great part 1 of a deep dive into SSO.
|
||
The key takeaway? SSO isn’t just about convenience - it’s about removing friction while maintaining (or even improving) security. Each industry has its own specific needs, but the core benefits remain consistent. | ||
|
||
## Steps to Implement SSO |
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.
We can workshop this next part into a part 2
SSO Examples article; I feel like this might need splitting up, it's fairly long. I made it work so that it makes sense and it's possible to follow, but it will make more sense IMO if it's split up into two or more pieces. It just tries to do too much.