0
MajidAli created
- ABP Framework version: 4.3.0
- UI type:MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
I have built the site in Asp.net Web Form(Separately) and wants login through identity server on Abp Web Application. I already set the redirect URL but not redirect back previous external public site.
1 Answer(s)
-
0
It is hard to say without seeing logs. Since you have an external web form application, you should follow the guide identityserver 4 defining clients docs.
You can also use identiyserver management ui in admin side. Basically you need to set;
AllowedGrantTypes = code id_token
(hybrid)RedirectUris
PostLogoutRedirectUris
Scopes
Its very important to check logs when if you come across errors.