home.social

#authn — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #authn, aggregated by home.social.

  1. Dear LazyFedi, I'm looking for a #SaaS solution that acts as a kind of #SSO multiplexer.

    I have 4 Microsoft tenancies, and I can map users to tenancies by email address. What I want is something that acts as a single frontend to all of them for #SAML / #OpenID logins.

    I need this to set up SSO for some of our other SaaS products which only support one provider.

    (NB: this needs to be SaaS, UK/EU based. I'm not able to self host anything in this context)

    #Authentication #AuthN

  2. Dear LazyFedi, I'm looking for a #SaaS solution that acts as a kind of #SSO multiplexer.

    I have 4 Microsoft tenancies, and I can map users to tenancies by email address. What I want is something that acts as a single frontend to all of them for #SAML / #OpenID logins.

    I need this to set up SSO for some of our other SaaS products which only support one provider.

    (NB: this needs to be SaaS, UK/EU based. I'm not able to self host anything in this context)

    #Authentication #AuthN

  3. Dear LazyFedi, I'm looking for a #SaaS solution that acts as a kind of #SSO multiplexer.

    I have 4 Microsoft tenancies, and I can map users to tenancies by email address. What I want is something that acts as a single frontend to all of them for #SAML / #OpenID logins.

    I need this to set up SSO for some of our other SaaS products which only support one provider.

    (NB: this needs to be SaaS, UK/EU based. I'm not able to self host anything in this context)

    #Authentication #AuthN

  4. Dear LazyFedi, I'm looking for a #SaaS solution that acts as a kind of #SSO multiplexer.

    I have 4 Microsoft tenancies, and I can map users to tenancies by email address. What I want is something that acts as a single frontend to all of them for #SAML / #OpenID logins.

    I need this to set up SSO for some of our other SaaS products which only support one provider.

    (NB: this needs to be SaaS, UK/EU based. I'm not able to self host anything in this context)

    #Authentication #AuthN

  5. Dear LazyFedi, I'm looking for a #SaaS solution that acts as a kind of #SSO multiplexer.

    I have 4 Microsoft tenancies, and I can map users to tenancies by email address. What I want is something that acts as a single frontend to all of them for #SAML / #OpenID logins.

    I need this to set up SSO for some of our other SaaS products which only support one provider.

    (NB: this needs to be SaaS, UK/EU based. I'm not able to self host anything in this context)

    #Authentication #AuthN

  6. So I started to look over again for self hosting . , , and are the simplest. All focused.

    Yet still, Pocket ID is by far the easiest to run. Strictly Unix like focused on doing one thing. But doing one thing really well. 😎

    pocket-id.org/

  7. Excited to be speaking at @fossasia
    🚀 This year, I'm diving deep into Identity and Access Management () for .

    All are welcome and I encourage all knowledge levels to attend: Don't be intimidated by "advanced security"! I'm breaking down complex concepts into easy-to-understand explanations, with a historical perspective to give context.

    1️⃣Explore 🔐
    2️⃣ @keycloak Primer 🌐
    3️⃣Best Practices for 🛡️

  8. Working on a project with non-InfoSec folks I was reminded that not everyone's gotten the message. All the contributors were accessing the collaboration platform with the admin's credentials ('cause it was easier than creating separate accounts). #sigh

    #infosec #authn #authz #fail #meme

  9. @VidmoOreda @nf3xn The scraper would just be grabbing and parsing the html off the page. API interaction isn't scraping and can require authN/authZ or be wide open. If the API doesn't require authN/authZ, then I don't see how any AUP is enforceable. (I still have a way to go on API security. I'm familiar with the use of OAuth tokens for authZ. I think OIDC can be used instead, which I think uses an OAuth token with a "wrapper" to add authN. Reckon JWT is in play for authN/authZ, as well.) #api #authn #authz