Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Resource Server by default (for mobile clients) #9424

Closed
1 task done
mraible opened this issue Mar 13, 2019 · 1 comment
Closed
1 task done

Add Resource Server by default (for mobile clients) #9424

mraible opened this issue Mar 13, 2019 · 1 comment
Labels
Milestone

Comments

@mraible
Copy link
Contributor

mraible commented Mar 13, 2019

Overview of the feature request

To help make #9276 easier, I think we should include an OAuth 2.0 resource server when the user chooses OIDC for authentication. We already configure a resource server (with audience validation) for microservices, so it'd just be a matter of configuring it for gateways and monoliths.

Adding this feature would involve adding an AuthInfoResource.java that provides an endpoint with OIDC info (issuer and client ID), allowing it to be accessed by anyone, and configuring a resource server that looks for an Authorization header.

Motivation for or Use Case

This would allow Ionic for JHipster and Ignite JHipster to talk to an OIDC-enabled JHipster 6 app w/o installing files or changing security configuration.

Related issues or PR

#9276

  • Checking this box is mandatory (this is just to show you read everything)
@mraible mraible added the v6 label Mar 13, 2019
@mraible
Copy link
Contributor Author

mraible commented Mar 16, 2019

Fixed by #9416.

@mraible mraible closed this as completed Mar 16, 2019
@jdubois jdubois added this to the 6.0.0-beta.0 milestone Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants