https://abp.io/support/questions/5427/HOW-TO-AUTHENTICATE-EXERNAL-SSO-TOKEN-WITH-ADMIN-APIS this support ticket also taking same right ?
As i see, not same.
Hi,
you should configure the angular app URL, we have an example you can check: https://github.com/abpframework/abp-samples/tree/master/DomainTenantResolver
The users authenticated through an external SSO are not our application users; the only similarity is the email address. After the user is authenticated via SSO, authorization is managed within our application.
oh, you need to configure an external OIDC provider in the authserver project
https://abp.io/docs/latest/modules/account-pro#social-external-logins
I am still confuse because as per below abp.io support ticket i have follow instruction. https://abp.io/support/questions/5427/HOW-TO-AUTHENTICATE-EXERNAL-SSO-TOKEN-WITH-ADMIN-APIS
here is talking about configure extra authentication. These are already configured by default in the abp template
You mentioned that the code I provided might not be necessary for handling SSO integration using cookies across subdomains. However, the step-by-step details are not clearly outlined. Could you provide a more detailed explanation or clarification? https://learn.microsoft.com/en-us/aspnet/core/security/cookie-sharing?view=aspnetcore-8.0
Here is abp.io how to configure SSO. You need to configure it for all applications
Hi,
could you share a minimum reproducible project with me? i will check it. : )
Hi,
you can try update bundle files.
abp bundle -t maui-blazor
However, If you have any references or step-by-step guidance on how to integrate OIDC SSO, could you please provide project link or details?
To integrate SSO Integration, you basically only need to share cookies between subdomains
Hi,
could you share a minimum reproducible project with me? i will check it.
shiwei.liang@volosoft.com
Hi,
you need to call CheckPermissionsAsync
method yourself.
Hi,
you can try run abp install-libs
command in the solution folder