Skip to content

Commit e7f0260

Browse files
committed
Fix Cot Authoritation
1 parent c675155 commit e7f0260

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

knowage-core/src/main/java/it/eng/spagobi/security/CotSecurityServiceSupplier.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ public SpagoBIUserProfile checkAuthentication(String userId, String psw) {
8989

9090
@Override
9191
public SpagoBIUserProfile checkAuthenticationToken(String token) {
92-
throw new UnsupportedOperationException();
92+
logger.debug("IN - token for createUserProfile " + token);
93+
return this.createUserProfile(token);
9394
}
9495

9596
@Override

0 commit comments

Comments
 (0)