You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In current implementation, all supported OAuth providers use non-prefixed provider internal id as users external_id. There is potentially a chance for collisions.
Current situation:
Github-OAuth-Provider, id = "42"
Google-OAuth-Provider, id = "12984639874612837"
Should be:
Github-OAuth-Provider, id = "github-oauth:42"
Google-OAuth-Provider, id = "google-oauth:12984639874612837"
To fix it, we would need to support data migration from non prefixed to prefixed user ids.
The text was updated successfully, but these errors were encountered:
To migrate the legacy user id, fixLegacyUserId property must be set to
true for all providers.
Bug: Issue #82
Change-Id: I36833b90280b158172423180358faf90ac2b6718
To migrate the legacy user id, fixLegacyUserId property must be set to
true for all providers.
Bug: Issue davido/gerrit-oauth-provider#82
Change-Id: I36833b90280b158172423180358faf90ac2b6718
In current implementation, all supported OAuth providers use non-prefixed provider internal id as users external_id. There is potentially a chance for collisions.
Current situation:
Should be:
To fix it, we would need to support data migration from non prefixed to prefixed user ids.
The text was updated successfully, but these errors were encountered: