Browse and manage extensions from AuthoriX Marketplace directly in VS Code.
Getting Started
Sign in — Click the AuthoriX icon (extensions icon with a lock) in the Activity Bar, then click Sign In. A browser window will open for authentication then will redirect back to VSCode.
Browse & install — Your available extensions appear in the tree view. Right-click/click any extension to install, update, or uninstall it.
Customization
You can also customize the extension manager to work with a private AuthoriX Marketplace instance:
Open Settings (Ctrl+,) and search for AuthoriX. The list of available settings will appear. You can configure the following settings:
authorix-extension-manager.marketplaceUrl: The URL of your AuthoriX Marketplace instance.
authorix-extension-manager.useAuth: Whether the extension should authenticate with OIDC before connecting to the marketplace.
authorix-extension-manager.oidcAuthServer: The OIDC authorization server URL to use for sign-in.
authorix-extension-manager.oidcClientId: The OIDC client ID registered for the extension.
authorix-extension-manager.oidcScopes: The scopes requested during authentication.
authorix-extension-manager.preferredAuthFlow: The authentication flow to try first. Choose URL Handler for browser redirects back to VS Code, or Device Code to sign in by entering a device code in a browser.