Skip to content

Commit

Permalink
Adding requested changes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
zeljkobekcic authored and victorgetz committed Apr 13, 2023
1 parent bda37b5 commit 6574982
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,16 @@ otc-auth login idp-oidc \
--client-secret ClientSecretForTheClientInIdp \
--service-account
```

### OIDC Scopes

The OIDC scopes can be configured if required. To do so simply provide one of the following two when logging in with `idp-oidc`:

- provide the flag `--oidc-scopes pleasePut,HereAll,YourScopes,WhichYouNeed`
- provide the environment variable `export OIDC_SCOPES="pleasePut,HereAll,YourScopes,WhichYouNeed"`

The default value is `openid,profile,roles,name,groups,email`

### Remove Login
Clouds are differentiated by their identifier `--os-domain-name`. To delete a cloud, use the `remove` command.

Expand Down

0 comments on commit 6574982

Please sign in to comment.