OpenID support (or SAML)
See original GitHub issueThat 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:
- Created 2 years ago
- Reactions:19
- Comments:6
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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.
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…