Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Red Hat AuthenticationNew to Visual Studio Code? Get it now.

Red Hat Authentication

Red Hat

redhat.com
|
24,348 installs
| (0) | Free
Provides authentication support for Red Hat accounts
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Visual Studio Marketplace

Red Hat Authentication

Provides authentication support for Red Hat accounts in Visual Studio Code.

  • Authenticate against https://sso.redhat.com/ with the redhat-account-auth authentication provider
const session = await authentication.getSession('redhat-account-auth', ['openid'], { createIfNone: true });
if (session) {
	// use access token
	doSomething(session.accessToken);
}	

Build

In a terminal, run:

npm install
npx vsce package

Install the generated vscode-redhat-account-*.vsix file.

Telemetry

With your approval, the Red Hat Authentication extension collects anonymous usage data and sends it to Red Hat servers to help improve our products and services. Read our privacy statement to learn more. This extension respects the redhat.telemetry.enabled setting, which you can learn more about at https://github.com/redhat-developer/vscode-redhat-telemetry#how-to-disable-telemetry-reporting

CI Builds

  • Go to the CI Workflow page,
  • Click on the latest successful build
  • Download and unzip the latest vscode-redhat-account artifact
  • Install the vscode-redhat-account-*.vsix file.

License

Copyright (c) Red Hat, Inc. All rights reserved.

Licensed under the MIT license.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft