샘플 ClientId 수정 및 로그인 창 조정
- appsettings.json: ClientId를 콘솔 등록값(4e4c88fc-...)으로 수정해 invalid_client 해결 - LoginWindow.xaml: 로그인 창 크기 조정 (520x760 → 1200x700) - LoginWindow.xaml.cs: WebView2 UserDataFolder 이름 변경 (WebView2 → SSOWebView2) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -169,7 +169,7 @@ namespace BaronSoftware.SSO
|
||||
|
||||
private static Task<CoreWebView2Environment> CreateWebView2EnvironmentAsync()
|
||||
{
|
||||
var userDataFolder = Path.Combine(Path.GetTempPath(), "BaronSSO", "WebView2");
|
||||
var userDataFolder = Path.Combine(Path.GetTempPath(), "BaronSSO", "SSOWebView2");
|
||||
return CoreWebView2Environment.CreateAsync(userDataFolder: userDataFolder);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user