Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
- ABP Framework version: 5.3.3.
- UI type: MVC
- DB provider: EF Core /
- Tiered (MVC) or Identity Server Separated (Angular): not created yet. planning MVC tiered.
- Exception message and stack trace:
- Steps to reproduce the issue:"
Hi . How is it correct to create an MVC Abp Commercial v5.3.3 project to authorize with an External IdentityServer4 Provider? We want to use the Login screen of another non-ABP application for Login and save/update the user information from there to the Abp MVC application.
Should all existing Identityserver references be removed for a project not created as "Tiered"? Or should the Project be recreated as tiered?
Also, can the existing IdentityServer be disabled to open as required?
How should we configure our Abp Commercial application to access external APIs and authorize via External IdentityServer Provider (we have clientid, clientssecret, granttype information)?
I could not authorize external service by creating a tiered application. We are planning to receive data from Identity server external to our Abp Application with background jobs. Do you have a sample article and application? Thanks
3 Answer(s)
-
0
Hi,
Also, can the existing IdentityServer be disabled to open as required?
You can remove the identity server module, here is a guide video: https://www.youtube.com/watch?v=6By_lKDyTGg
Do you have a sample article and application?
We have an OAuth Resource Owner Password (ROP) External login Provider feature, you can check it:https://docs.abp.io/en/commercial/latest/modules/identity/oauth-login
-
0
-
0
Hi,
You can open the saas page, and click the manage hosts feature button,to enable the OAuth login feature.