Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions documentation/docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,8 @@ authorize_url = "https://accounts.google.com/o/oauth2/v2/auth"
token_url = "https://oauth2.googleapis.com/token"
scopes = ["openid", "email"]
```

When you run the `cosmian kms login` command, the CLI will provide a URL for you to open in your browser.
This URL initiates the login flow and sends the user token back to the CLI using a `redirect_url` set to a
local URL (http://localhost/), as the CLI runs on your local machine. Ensure that your Identity Provider
configuration permits this type of URL.
Loading