Improve OAuth 2.0 / OIDC Integration
See original GitHub issueThis issue is to track the improvements needed to make the OAuth 2.0 / OIDC integration into a wonderful developer experience. The main PR has been merged, these are the items remaining:
- Exclude AngularJS as an option when
oauth2
is authentication type - Fix redirect to http://localhost:9000 when using
yarn start
- https://github.com/jhipster/generator-jhipster/pull/6436 - Integrate it into the
docker-compose
sub-generator, using the Traefik PR as a reference. Start of PR here - Add a specific documentation page, and add the new properties to http://www.jhipster.tech/common-application-properties/ (if needed, not sure if there are some)
@jdubois You mentioned here that documentation should be added in http://www.jhipster.tech/microservices-architecture/. However, I only verified this works in a monolith. I don’t believe it will work in a microservices architecture. @danielpetisme created a PR to add microservices support.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
OAuth 2.0 and OpenID Connect Overview - Okta Developer
This article provides a high-level introduction to OAuth 2.0 and OpenID Connect (OIDC), which are the standard protocols that Okta's authentication and ...
Read more >Elevating the Customer Experience with Expanded OAuth 2.0 ...
Using OpenID Connect third-party IdP, they can conveniently authenticate customers to their applications without having to onboard and verify ...
Read more >Boost OAuth 2.0 and OpenID Connect Using Hooks - DZone
This Spring Boot tutorial will walk you through using Okta's new inline hooks to make even better use of OAuth 2.0 and OpenID...
Read more >User Management Encounter: OIDC vs OAuth2 - Frontegg
OpenID Connect strengthens the OAuth 2.0 authentication framework for better interoperability, identity management, and support for mobile apps in development.
Read more >The Complete Guide to OAuth 2.0 and OpenID Connect ...
OAuth 2.0 is used for authorization and OpenID Connect is used for authentication. There are two most common OAuth 2.0 authorization flows, authorization...
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
@mraible I edited your “todo list” to add a new item on documentation
Closing this as it’s all done