Skip to content

Commit fa19335

Browse files
committed
(docs) update README to account for discussion post
1 parent 323089d commit fa19335

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ Follow the [installation guide](https://github.com/ankitpokhrel/jira-cli/wiki/In
9191
more [here](https://github.com/ankitpokhrel/jira-cli/discussions/356).
9292
2. Run `jira init`, select installation type as `Cloud`, and provide required details to generate a config file required
9393
for the tool.
94-
3. Run the `jira init`, Select the `Cloud` installation type and then select the `OAuth` authentication type. This will prompt for your Jira App Client ID and Client Secret. You can learn more about how to create a Jira App [here](link-to-a-discussion)
95-
94+
3. Run the `jira init`, Select the `Cloud` installation type and then select the `OAuth` authentication type. This will prompt for your Jira App Client ID and Client Secret. You can learn more about how to create a Jira App [here](https://github.com/ankitpokhrel/jira-cli/discussions/879#discussion-8604411)
9695

9796
#### On-premise installation
9897

@@ -125,7 +124,7 @@ default.
125124
- If you want to use PAT, you need to set `JIRA_AUTH_TYPE` as `bearer`.
126125
- If you want to use `mtls` run `jira init`. Select installation type `Local`, and then select authentication type as `mtls`.
127126
- In case `JIRA_API_TOKEN` variable is set it will be used together with `mtls`.
128-
- If you want to use `oauth` run `jira init`. Select installation type `Cloud`, and then select authentication type as `oauth`.
127+
- If you want to use `oauth` run `jira init`. Select installation type `Cloud`, and then select authentication type as `oauth`.
129128

130129
#### Shell completion
131130

@@ -853,7 +852,7 @@ Sprint 1: 3
853852

854853
- https://jira.atlassian.com/browse/ECO-283
855854
- https://community.developer.atlassian.com/t/oauth-2-0-with-proof-key-for-code-exchange-pkce/80173/3
856-
- The 3LO doesn't support [Proof Key for Code Exchange (PKCE)](https://oauth.net/2/pkce/). Without this support, we would have to share the single distrubuted app's client secret with all the consumers. To avoid the need for globally sharing a client secret, each consumer will need to create a JIRA app to effectively use as a proxy into your Jira cloud instance.
855+
- The 3LO doesn't support [Proof Key for Code Exchange (PKCE)](https://oauth.net/2/pkce/). Without this support, we would have to share the single distrubuted app's client secret with all the consumers. To avoid the need for globally sharing a client secret, each consumer will need to create a JIRA app to effectively use as a proxy into your Jira cloud instance.
857856

858857
## Feature requests
859858

0 commit comments

Comments
 (0)