question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

OpenID support (or SAML)

See original GitHub issue

That would be cool to get login working via an OpenID provider (using SSO in short, with Keycloak for example).

I know that keycloak-js can do it (https://www.keycloak.org/securing-apps/vue is a complete walk-through), or even https://www.npmjs.com/package/vue-oidc-client as a more generic one. There’s also https://github.com/openid/AppAuth-JS

I’m not fluent enough in Vue, but I can do the tests for you on a dedicated branch if you like 👍

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:19
  • Comments:6

github_iconTop GitHub Comments

2reactions
eldiabolozcommented, Oct 5, 2021

Not exactly what you want, but if you put the service behind oauth2-proxy and then disable auth in uptime-kuma, you can integrate with keycloak and all other oauth2 providers that oauth2-proxy supports. This will become a problem if there is support for more than one user in the future, but for now works great.

0reactions
oussjarroussecommented, Dec 24, 2022

I think adding SSO integration (OAuth or SAML) would make this APP much more interesting for small businesses and small organisations, who already have a weak IT-department and trouble managing credentials…

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is OpenID vs SAML? Find out the differences - Auth0
SAML (SAML 1.0 and 2.0) and OpenID Connect (OIDC) are identity protocols, designed to authenticate users, and provide identity data for access control...
Read more >
What's the Difference Between OAuth, OpenID Connect ... - Okta
SAML is an XML-based standard for exchanging authentication and authorization data between IdPs and service providers to verify the user's identity and ...
Read more >
OAuth vs. SAML vs. OpenID Connect - Gluu Server
OpenID Connect defines a similar mechanism (“Form Post Response Mode”)–but unlike SAML, it's use is more the exception than the rule. Both ...
Read more >
What is the Real Difference Between SAML and OIDC
Both SAML and OIDC are considered identity protocols. They provide a means by which users can be authenticated and user information can be ......
Read more >
SAML vs OpenID - What's the Difference? (Explained / Pros ...
SAML is a security assertion markup language. It provides the authentication protocol between the identity provider and the service provider.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found