Initial commit: BARON SSO 샘플 (WebView OIDC PKCE 인증 라이브러리 + 데모 앱)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
9
BaronSoftware.SSO/Features/Validator/IUserValidator.cs
Normal file
9
BaronSoftware.SSO/Features/Validator/IUserValidator.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace BaronSoftware.SSO
|
||||
{
|
||||
/// <summary>id_token을 검증(서명/발급자/대상/만료)하고 파싱된 JWT를 반환합니다.</summary>
|
||||
public interface IUserValidator
|
||||
{
|
||||
public void Validate(UserInfo user);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user