Hi I have shared the response with you.
Hi I'm able to fetch the UserId, there are two sub in my claims, I just make it one sub claim.
Now still my frontend application is not loading as expected many components are not loading.
I believe this is the issue
I have seen AuthGuard and PermissionGuard are not allowing me access dashboard with my Okta Authentication
hi
Can I do something like if authenticated then logged in with the user by matching the email but I don't know the password I have this method this.authService .login({ username, password, rememberMe })
if I can login into the system without password or similar method in backend then I believe i can login the user with proper abp login and can just authenticate with okta.
IF NOT then what changes I need to make to compatible claim with ABP?