You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: