OAuth2.0 Integration for Web UI
See original GitHub issueBackground 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:
- Created 6 years ago
- Reactions:1
- Comments:6 (5 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
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.
This issue is opened for a long time and we didn’t make any progress - the priorities have shifted. Closing…