为您找到"
OAuth &
"相关结果约100,000,000个
The OAuth section is designed for IT administrators or technical users who want to set up an external login system using OAuth 2.0. This allows users to sign into ampEducator using existing accounts from platforms like Google, Microsoft, or any other OAuth-compatible provider.
Conceptually, AMP needs to know the Dex URL, the AMP name assigned in Dex as a client and its secret. For performing the authentication, with the configured connectors, the Dex oauth scopes need to be configured provided too. The configuration below shows how to allow AMP to use the Dex Security provider.
[Documentation (2)] There are a number of methods that can be used to set up secure HTTP (HTTPS) within AMP depending on your use case. Note that with AMP Enterprise, use of HTTPS is mandatory. 1. Reverse proxy via nginx (recommended, Linux only) If you use the default getamp.sh setup script to install AMP, and you select the option to set up HTTPS when running that script, AMP installs and ...
Congratulations on installing Amp. This manual helps you get the most out of it. Introduction What is Amp? Amp is an agentic coding tool built by Sourcegraph. It runs in VS Code (and compatible forks like Cursor, Windsurf, and VSCodium) and as a command-line tool. It's also multiplayer — you can share threads and collaborate with your team. Principles Amp is unconstrained in token usage ...
The Learn Amp API uses OAuth 2.0 scopes to control access to different parts of the API. When requesting an access token, you can specify which scopes you need access to.
Feature Request Feature Information: It would be great if you could implement support for connecting OAuth 2.0 servers with AMP. This would make it possible to implement an existing SSO so that no ...
In AMP for email, however, this approach doesn't work because all HTTP requests are anonymized in Gmail AMP emails. Instead, AMP must identify the user in the URL itself.
If a client uses response_type with token, and the client is following OAuth 2.0, that means the client is sending a request to the authorization endpoint. The authorization server redirects the user agent to do some kind of authentication and ask for authorization from the resource owner. If everything is successful, the client gets an access ...
You must be an AMP Organization or System Administrator to set up the integration. To integrate AMP with Jira: Go to Administration. Select Create Bug Tracking Integration. Choose Atlassian JIRA - OAuth 1.0 (Existing implementation) and select Create Integration. Fill in the fields: Jira Site Address: Enter the URL of the JIRA instance.
The OAuth 2.0 authorization code grant type, or auth code flow, enables a client application to obtain authorized access to protected resources like web APIs. The auth code flow requires a user-agent that supports redirection from the authorization server (the Microsoft identity platform) back to your application.