Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

DBozhinovski
Copy link
Contributor

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.

@DBozhinovski DBozhinovski requested a review from jscyo February 18, 2025 11:26
Copy link

netlify bot commented Feb 18, 2025

Deploy Preview for gracious-clarke-e6b312 ready!

Name Link
🔨 Latest commit 4410f5e
🔍 Latest deploy log https://app.netlify.com/sites/gracious-clarke-e6b312/deploys/67d899e8b95d030008f7640d
😎 Deploy Preview https://deploy-preview-380--gracious-clarke-e6b312.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@meems1996
Copy link
Contributor

Could be an article about SSO examples and a separate one on how to implement SSO, and have them link to one another? :)

@DBozhinovski
Copy link
Contributor Author

@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)

@meems1996
Copy link
Contributor

@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):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Contributor

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants