Task #4449
closedAuthorise OAuth2 Redirect URLs for social logins on all the Production Sites
100%
Updated by Massimiliano Assante almost 10 years ago
- Tracker changed from Upgrade to Task
Updated by Massimiliano Assante almost 10 years ago
and the API Keys should be added in the portal settings control panel
Updated by Massimiliano Assante almost 10 years ago
- Status changed from New to In Progress
Updated by Massimiliano Assante almost 10 years ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 90
Microsoft login hook has to bi disable as it seems that Microsoft does not allow multiple platforms for application (https://apps.dev.microsoft.com/)
the microsoft page reports
Enter a URL that contains the root domain.
it expects that redirect URLs start all with the same root domain :( @mnikolopoulos@cite.gr ) guess there is no solution about this?
Updated by Michalis Nikolopoulos almost 10 years ago
Hi @massimiliano.assante@isti.cnr.it, what about leaving the redirect uri empty, the hook specifies the redirect uri on its own. Correct me if i did not understand the issue correctly.
Updated by Massimiliano Assante almost 10 years ago
If i understand correctly you are saying there is no need to specify the redirect uri in (https://apps.dev.microsoft.com/) for the D4Science Infrastructure App (the one that provides the key and the secret). Is this correct?
Updated by Massimiliano Assante over 9 years ago
- Parent task deleted (
#4327)
@mnikolopoulos@cite.gr any update on this?
Updated by Michalis Nikolopoulos over 9 years ago
@massimiliano.assante@isti.cnr.it as far as i know OAUTH2 requires, that the redirect_uri specified in the initial configuration of the provider(in this case windows live) should be the same as the redirect_uri in the url specified when a user attempts to login, so i think what we are looking at is an application for each platform.
Updated by Massimiliano Assante over 9 years ago
- Status changed from Feedback to Closed
- % Done changed from 90 to 100
so i think what we are looking at is an application for each platform.
which is not what we need, as a consequence we cannot enable Windows Live login