This commit is contained in:
parent
1750327010
commit
726a29e71d
|
|
@ -4,7 +4,9 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="b713637a-3b19-4c5b-9e88-95e35dd83d2e" name="更改" comment="" />
|
||||
<list default="true" id="b713637a-3b19-4c5b-9e88-95e35dd83d2e" name="更改" comment="">
|
||||
<change beforePath="$PROJECT_DIR$/../oidc/src/main/java/com/tuoheng/oauth/oidc/provider/CustomAuthenticationProvider.java" beforeDir="false" afterPath="$PROJECT_DIR$/../oidc/src/main/java/com/tuoheng/oauth/oidc/provider/CustomAuthenticationProvider.java" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
|
|
|
|||
|
|
@ -50,8 +50,9 @@ public class CustomAuthenticationProvider implements AuthenticationProvider {
|
|||
System.out.println("密码: " + password);
|
||||
System.out.println("租户代码: " + tenantCode);
|
||||
System.out.println("客户端ID: " + clientId);
|
||||
//这边需要从数据库获取数据做校验
|
||||
|
||||
|
||||
//这边需要从数据库获取数据做教育
|
||||
|
||||
// 6. 创建认证成功的自定义Token
|
||||
System.out.println("认证成功 - 用户: " + username + ", 租户: " + tenantCode + ", 客户端: " + clientId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue