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.

OAuth2.0 Integration for Web UI

See original GitHub issue

Background information: Currently, we @ zalando have a “zally-web-ui appliance” project. It is mainly used to integrate OAuth2.0 by implementing OAuth flow on top of @zalando/zally-web-ui package. The result is deployed within the Zalando organization. If I remember correctly, we initially decided to split up these projects to hide internal details about Zalando’s infrastructure. But there is probably a way to make it configurable 😉

User Story As a Zally maintainer I want to include OAuth2.0 integration In order to:

  • enable OAuth2.0 for others
  • simplify build and release process
  • enable continuous delivery with CDP (Zalando’s continuous delivery platform)
  • simplify the project setup

Acceptance criteria

  • @zalando/zally-web-ui can still be published as NPM package
  • CDP builds zally-web-ui-alpha docker image on every change of /web-ui
  • OAuth2.0 integration is disabled per default
  • docker-compose script doesn’t break

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
roxspringcommented, Jan 8, 2018

Thanks for the heads-up! FWIW we do have the web-ui running internally but actively disable the “production” profile since we don’t feel the need to involve authz/n for Zally. I’ll keep an eye out for any further pull requests related to this issue just in case.

0reactions
maxim-tschumakcommented, May 2, 2018

This issue is opened for a long time and we didn’t make any progress - the priorities have shifted. Closing…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Using OAuth 2.0 for Web Server Applications | Authorization
OAuth 2.0 allows users to share specific data with an application while keeping their usernames, passwords, and other information private. For ...
Read more >
OAuth 2.0
OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications, desktop applications, mobile phones, ...
Read more >
Tutorial: Securing an API by using OAuth 2.0 - IBM
This tutorial shows you how to secure an API by using OAuth 2.0 so that an application can access the API on a...
Read more >
OAuth.com - OAuth 2.0 Simplified
OAuth 2.0 is the modern standard for securing access to APIs. OAuth 2.0 Simplified is a guide to building an OAuth 2.0 server....
Read more >
What is OAuth 2.0 and what does it do for you? - Auth0
OAuth 2.0 is an authorization protocol and NOT an authentication protocol. As such, it is designed primarily as a means of granting access...
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