Open Closed

Login Identity server through External Public Web Form Application, but redirection issue with user rights? #2502


User avatar
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. Web Form Site:
  2. AbpFramework Site: Please guide me to login AbpFramework through external public site through idenityserver properly.

1 Answer(s)
  • User Avatar
    0
    gterdem created
    Senior .NET Developer

    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.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.2.0-preview. Updated on March 25, 2025, 11:10