abpframework / abpframework/abp

Adding a CLI option to exclude IdentityServer

Open
#7,759 0 comments 19 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

abp-cli feature
Dominant language
C#
Stars
14.4k
Forks
3.7k
Avg merge
15h 32m
Merged PRs (30d)
106

Description

Summary

All the current startup templates have no any CLI option that allows developers to exclude IdentityServer, so there should be a CLI option for that purpose (e.g., boolean option --no-identity-server)

Background

According to this conversion #5343 , ABP doesn't require IdentityServer, in other words, you can develop and run your ABP applications without using IdentityServer. Therefore, IdentityServer should be an option when creating ABP projects via CLI.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The requested change concerns the startup templates and the CLI entry point, but the issue names no files or tests. Start by locating the template-generation command and how template options are defined. Done means a documented boolean option can generate projects without IdentityServer across the affected startup templates.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
authentication, cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.