Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Conversation

@f3ndot
Copy link

@f3ndot f3ndot commented Mar 17, 2018

Forces Authorization Code or Client Credential flows only as a ruby gem will almost always use these modes.

@f3ndot f3ndot requested a review from 6 March 17, 2018 23:54
class Configuration
REQUIRED_ATTRIBUTES = [:env, :api_version, :client_id]
ATTRIBUTES = [:client_secret, :auth] + REQUIRED_ATTRIBUTES
REQUIRED_ATTRIBUTES = [:env, :api_version, :client_id, :client_secret]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there no case where client_secret would be optional? (for ruby integrations)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not unless they wanted to use Implicit or Password.

For Implicit it makes no sense to use as that's less privileged than Authorization Code.

For Password we want to steer people away from that and will likely remove it from our API offering

@Ryccoo
Copy link

Ryccoo commented Aug 17, 2021

Hi, is there an ETA for this?

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@github-actions github-actions bot added the Stale label Jan 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

3 participants