Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

spring-security-oauth2 with github provider #991

Closed
criticalbh opened this issue Feb 26, 2017 · 2 comments
Closed

spring-security-oauth2 with github provider #991

criticalbh opened this issue Feb 26, 2017 · 2 comments

Comments

@criticalbh
Copy link

criticalbh commented Feb 26, 2017

I have angular2 application and spring-boot rest API. I have managed to create own authorisation and resource server.

Is it possible with own resource and auth server to additionally integrate third part authorisations (github, facebook... etc).

Please note that I have tried spring-cloud and spring-social solutions, but as far as I could see they dont support SPA and rest (sessionless), they are cookie based.

Is it possible maybe to add multiple RemoteTokenServices which would check token according to provider I specify?

@jgrandja
Copy link
Contributor

Hi @criticalbh. We are in the process of re-writing OAuth and integrating it into Spring Security proper.
You can track the issue here.

The first milestone is scheduled for this March and is focused on the OAuth client and will provide the authentication flow use-case, for example, login with GitHub, Google, Facebook, etc.

Note: the current Spring Security OAuth project is in maintenance mode as we are limiting new features and only focused on bug fixes and smaller enhancements.

I'm going to close this issue as I feel I have answered your question. However, if you have further questions please don't hesitate to ask.

@criticalbh
Copy link
Author

@jgrandja I feel better now, thank you very much.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants