Activities of "KamranZade"

Do you already have a separate identity server project with your business code in it and you decided not to use a separate IdentityServer?

Yes, exactly.

In my project initially, you go to the identity server, if you successfully logged in, the identity server handles generating token(or whatever it is) in a different port and comes back to the base URL again. It is a simple application I do not want this complexity. I want to write an API to generate a token and assign it wherever needed.

There is a solution for this problem on YouTube in MVC projects but not in Angular.

Did you try the non-separate identityserver template?

No, it's actually an existing project.

  • UI type: Angular
  • DB provider: Oracle
  • Identity Server Separated (Angular): yes

My abp project is an Identity Server Separated, but I want to merge them together to not go to the Identity Server and come back afterward. I mean disabling Identity Server and writing manually my own token endpoint and UI components(or other way). Which steps I should follow?

Showing 1 to 3 of 3 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11