mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-05 09:01:11 +01:00
[PM-5542] Update sso endpoint (#2930)
This commit is contained in:
parent
a42b88b666
commit
0e95d4d4ca
@ -630,7 +630,7 @@ namespace Bit.Core.Services
|
||||
|
||||
public async Task<SsoPrevalidateResponse> PreValidateSsoAsync(string identifier)
|
||||
{
|
||||
var path = "/account/prevalidate?domainHint=" + WebUtility.UrlEncode(identifier);
|
||||
var path = "/sso/prevalidate?domainHint=" + WebUtility.UrlEncode(identifier);
|
||||
using (var requestMessage = new HttpRequestMessage())
|
||||
{
|
||||
requestMessage.Version = new Version(1, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user