Viva-con-Agua / bloob

Bloob microservice implements communication support (e.g. mailings).
GNU General Public License v3.0
0 stars 0 forks source link

OAuth 2 Client #9

Closed johannsell closed 6 years ago

johannsell commented 6 years ago

Getting a currently logged in user as Pool² microservice requires an implementation as OAuth2 client for the Drops OAuth 2 provider.

johannsell commented 6 years ago

Next step: fix #215 in Drops

johannsell commented 6 years ago

OAuth Client Implementation using silhouette seems to work. But a Secured Action always fails to log in, even though the cookies are created and valid. Seems that retrieving the authenticator fails. Other possibility: cookie for drops and cookie for Bloob block each other.

johannsell commented 6 years ago

Everything works fine now. Open todo:

johannsell commented 6 years ago

Additional Todo:

johannsell commented 6 years ago

Has to be handled by the play2-oauth-client