File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public partial class App : Application
1919 public static string ApiEndpoint = "https://fabrikamb2chello.azurewebsites.net/hello" ;
2020
2121 private static string AuthorityBase = $ "https://{ AzureAdB2CHostname } /tfp/{ Tenant } /";
22- public static string Authority = $ "{ AuthorityBase } { PolicySignUpSignIn } ";
22+ public static string AuthoritySignInSignUp = $ "{ AuthorityBase } { PolicySignUpSignIn } ";
2323 public static string AuthorityEditProfile = $ "{ AuthorityBase } { PolicyEditProfile } ";
2424 public static string AuthorityResetPassword = $ "{ AuthorityBase } { PolicyResetPassword } ";
2525
@@ -28,7 +28,7 @@ public partial class App : Application
2828 static App ( )
2929 {
3030 PublicClientApp = PublicClientApplicationBuilder . Create ( ClientId )
31- . WithB2CAuthority ( Authority )
31+ . WithB2CAuthority ( AuthoritySignInSignUp )
3232 . Build ( ) ;
3333
3434 TokenCacheHelper . Bind ( PublicClientApp . UserTokenCache ) ;
You can’t perform that action at this time.
0 commit comments