using Microsoft.AspNetCore.Authentication;
public static void Main()
Console.WriteLine(BitConverter.ToInt64(Base64UrlTextEncoder.Decode("pQcAwJoK4Ao")));
Console.WriteLine(Base64UrlTextEncoder.Encode(BitConverter.GetBytes(799529412339959191)));
var email = "becsaev@guildlink.com.au";
var today = DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss");
var userAccountId = 834227056697934848;
var identityProviderId = 693614879575114974;
Console.WriteLine("QUERY 1\n");
var addUserAccountSQL = $@"INSERT INTO [idp].[UserAccount] ([Id], [Identifier] ,[Email] ,[EmailValidated] ,[EmailValidatedAt] ,[PhoneValidated] ,[Disabled] ,[Deleted], [MfaEnabled])
VALUES ([shared].uniqueid(0), '{Guid.NewGuid().ToString()}' ,'{email}' ,1 ,'{today}' ,0 ,0 ,0 ,0)
SELECT TOP 1 * FROM [idp].[UserAccount] ORDER BY Id DESC
Console.WriteLine("QUERY 1\n");
var addUserAccountSQL = $@"INSERT INTO [idp].[UserAccount] ([Id], [Identifier] ,[Email] ,[EmailValidated] ,[EmailValidatedAt] ,[PhoneValidated] ,[Disabled] ,[Deleted], [MfaEnabled])
VALUES ([shared].uniqueid(0), '{Guid.NewGuid().ToString()}' ,'{email}' ,1 ,'{today}' ,0 ,0 ,0 ,0)
SELECT TOP 1 * FROM [idp].[UserAccount] ORDER BY Id DESC
Console.WriteLine(addUserAccountSQL);