Working towards SSO support #1174
hubert-springbok
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
|
I'd be keen to see SSO support added and happy to hop in at the review stages to help get it moving along. |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
@Skelmis , please have a look at PR 442. With this setup, it becomes much easier to:
Once you approve these changes, we can look at:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @dantownsend - kudos for a great repository!
My team is looking to escape Django as we move to a new project and we've been pleasantly surprised by piccolo after initial experimentation. However, one thing that is a showstopper for us is ability to set up exclusively SSO login - no password auth is allowed.
We had a look at AdminRouter and we believe that:
__init__means that we need to copy out and maintain almost 500 lines of codeWe'd like to offer a PR where we maintain the exact same functionality and implementation of
AdminRouter, but break down the init into several helper functions, which can then be re-used when we subclass it.This improved encapsulation step should allow us to get going and help other people here, including discussion 412 and MR 269
Would you accept such a PR?
Beta Was this translation helpful? Give feedback.
All reactions