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

Document how to integrate with local app users #127

Open
arribatec-cloud-1 opened this issue Feb 13, 2024 · 1 comment
Open

Document how to integrate with local app users #127

arribatec-cloud-1 opened this issue Feb 13, 2024 · 1 comment

Comments

@arribatec-cloud-1
Copy link

Some apps want to provide the option of using single sign on along side the options of using app-spesific local users.

There is no documentation on how to solve such a case. Which parts of the auth process is the same, and which is sso spesific? How could a local auth be introduced?

@tomasvotava
Copy link
Owner

I don't think this should be part of fastapi-sso's docs as it is more of a general thing. There are tons of examples in the official docs of fastapi. fastapi-sso is not authentication and authorization package, it simply makes the negotiation with Open ID provider easier. I might add some complex examples in the future, but it's probably better to just rely on people using it and trying to find some github repos.

Feel free to try to change my mind, though 😄

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

No branches or pull requests

2 participants