Skip to content

Commit 58fc3fb

Browse files
authored
Merge pull request #114 from Axxzilla/Updates-misc
Small changes to sso and terminal pages
2 parents 0f55855 + e91af08 commit 58fc3fb

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

gitkraken-client/single-sign-on.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ Click on <button class='button button--success button--ui button--nolink'>Add Us
116116
+ **IdP Metadata URL /IdP Metadata:** depending on the IdP we can use one or both of these options for setting up the SSO connection.
117117
+ **Don't enable this connection immediately** ✅ by default new connections are automatically enabled. This checkbox will create the connection but users will not be able to login using SSO with this IdP until it is enabled.
118118

119-
**Example 1:** setting up Otka
119+
**Example 1:** setting up Okta
120120

121121
Okta is configured using a metadata file.
122122
1. Access your Okta instance.
123-
2. Navigate to the Application that you want to use. See our [Otka example](/gitkraken-client/single-sign-on/#otka) for an example of how to make one.
123+
2. Navigate to the Application that you want to use. See our [Okta example](/gitkraken-client/single-sign-on/#Okta) for an example of how to make one.
124124
3. Click on “Sign on” and scroll down to SAML Signing Certificates:
125125

126126
<img src="/wp-content/uploads/sso-okta-certs.png" class="img-bordered img-responsive center">
@@ -258,44 +258,44 @@ How to create SAML application in Azure Active Directory:
258258
<img src="/wp-content/uploads/sso-azure-7-1.png" class="img-bordered img-responsive center">
259259

260260
Now you are all set to [setup your SSO on a GitKraken Organization](/gitkraken-client/single-sign-on/#setting-up-sso-on-a-gitKraken-organization)
261-
### Otka
261+
### Okta
262262

263263
<div class='callout callout--warning'>
264-
<p><strong>Note:</strong> Logging through OKTA Dashboard is not supported.</p>
264+
<p><strong>Note:</strong> Logging through Okta Dashboard is not supported.</p>
265265
</div>
266266

267267
How to Create SAML Application in Okta:
268268

269269
1. In a browser go to the Okta login page.
270-
2. Enter your Otka credentials and login.
270+
2. Enter your Okta credentials and login.
271271
3. Go to admin dashboard and select *Applications* in navigation bar.
272272

273-
<img src="/wp-content/uploads/sso-otka-1.png" class="img-bordered img-responsive center">
273+
<img src="/wp-content/uploads/sso-okta-1.png" class="img-bordered img-responsive center">
274274

275275
4. Click on *Add Application*.
276276
5. Select *Create New App*.
277277

278-
<img src="/wp-content/uploads/sso-otka-2.png" class="img-bordered img-responsive center">
278+
<img src="/wp-content/uploads/sso-okta-2.png" class="img-bordered img-responsive center">
279279

280280
6. Select *SAML 2.0* as a Sign on Method and click to next button.
281281

282-
<img src="/wp-content/uploads/sso-otka-3.png" class="img-bordered img-responsive center">
282+
<img src="/wp-content/uploads/sso-okta-3.png" class="img-bordered img-responsive center">
283283

284284
7. Enter a name of application (such as "GitKraken SSO").
285285

286-
<img src="/wp-content/uploads/sso-otka-4.png" class="img-bordered img-responsive center">
286+
<img src="/wp-content/uploads/sso-okta-4.png" class="img-bordered img-responsive center">
287287

288288
8. Configure SAML Integration. The *Single sign on URL* and *Audience URI* fields should direct to `https://api.gitkraken.com/oauth/sso/callback`.
289289

290-
<img src="/wp-content/uploads/sso-otka-5-1.png" class="img-bordered img-responsive center">
290+
<img src="/wp-content/uploads/sso-okta-5-1.png" class="img-bordered img-responsive center">
291291

292292
Step 9: Scroll down to the attribute statement and fill in the optional fields.
293293

294-
<img src="/wp-content/uploads/sso-otka-6.png" class="img-bordered img-responsive center">
294+
<img src="/wp-content/uploads/sso-okta-6.png" class="img-bordered img-responsive center">
295295

296296
Step 10: Select “I am an Okta customer adding an internal app” from option menu and then click to finish.
297297

298-
<img src="/wp-content/uploads/sso-otka-7.png" class="img-bordered img-responsive center">
298+
<img src="/wp-content/uploads/sso-okta-7.png" class="img-bordered img-responsive center">
299299

300300
Now you are all set to [setup your SSO on a GitKraken Organization](/gitkraken-client/single-sign-on/#setting-up-sso-on-a-gitKraken-organization)
301301

gitkraken-client/terminal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ taxonomy:
77

88
---
99

10-
Open the terminal to use Git CLI commands while still viewing the graph.
10+
Open the Terminal to use Git CLI commands while still viewing the graph.
1111

12-
To get started open up a repository and click the terminal <i class="fa fa-terminal" aria-hidden="true"></i> button in the toolbar, from the new tab view by clicking <kbd>New Terminal Tab</kbd>, or by searching for "terminal" in the <a href="/working-with-repositories/command-palette">command palette</a>.
12+
To get started open up a repository and click the Terminal <i class="fa fa-terminal" aria-hidden="true"></i> button in the toolbar, from the new tab view by clicking <kbd>New Terminal Tab</kbd>, or by searching for "terminal" in the <a href="/working-with-repositories/command-palette">command palette</a>.
1313

1414
<img src="/wp-content/uploads/open-gitkraken-terminal.gif" class="img-responsive center img-bordered">
1515

@@ -33,7 +33,7 @@ Auto-complete suggestions will also appear for flags.
3333
<img src="/wp-content/uploads/autocomplete-suggestions-flags.png" class="img-responsive center img-bordered">
3434

3535
<div class='callout callout--warning'>
36-
<p><strong>Note:</strong> Other auto-complete programs can cause GitKraken CLI's auto-complete suggestions to not work. You may need to uninstall or disable these programs before using the Terminal.</p>
36+
<p><strong>Note:</strong> Other auto-complete programs can cause the Terminal auto-complete suggestions to not work. You may need to uninstall or disable these programs before using the Terminal.</p>
3737
</div>
3838

3939
### GK Commands
@@ -45,7 +45,7 @@ As well as suggestions for additional parameters.
4545

4646
<img src="/wp-content/uploads/autocomplete-suggestions-gk-diff.png" class="img-responsive center img-bordered">
4747

48-
Different views can be accessed using the `gk` CLI program:
48+
Different views can be accessed using the `gk` CLI program in the Terminal:
4949

5050
* `gk panel`: toggles the visualization panel. Also has parameters to reposition the panel top/bottom/left/right.
5151
* `gk graph`: shows the graph view. Same behavior as the `gk panel`, but additionally it will return to the graph if you're in a different view, and has subcommands for toggling the graph columns with the keyboard.

0 commit comments

Comments
 (0)