vzq@lemmy.blahaj.zone â¨2⊠â¨months⊠ago
All self-hostable software should do single sign-on the way Linkwarden does.
If you are wondering whether or how to support OIDC or SAML or other SSO, look no further for inspiration.
vzq@lemmy.blahaj.zone â¨2⊠â¨months⊠ago
All self-hostable software should do single sign-on the way Linkwarden does.
If you are wondering whether or how to support OIDC or SAML or other SSO, look no further for inspiration.
bitfucker@programming.dev â¨2⊠â¨months⊠ago
Can you give the gist of it?
vzq@lemmy.blahaj.zone â¨2⊠â¨months⊠ago
Itâs really well documented and easy to config. You just open the page for your IDP, follow the instructions, set a few config setting and youâre off.
The user interface is also really good at this. Often custom identity providers feel hacked on, here itâs integrated really well.
I believe the implementation is based on nextauth.js
bitfucker@programming.dev â¨2⊠â¨months⊠ago
I see. Iâve skimmed the docs and indeed see that it supports a lot of IDP with what looks to me some env var. And thanks for answering another question of what their auth library is since that is a lot to support.