question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: Add parameter for `client-secret`

See original GitHub issue

Please add a parameter/input for client-secret removing the need for creds which is suggestion use of json data structure, which is not recommended by the GitHub team.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:5

github_iconTop GitHub Comments

1reaction
klysecommented, Jun 22, 2022

Thanks for the update. I had two issues:

  1. I couldn’t really see why the login failed from the GitHub action logs. I used act to debug my action locally and showed me the problem:
  2. Secrets are stored in uppercase so the var can be accessed like this: secrets.AZURE_CLIENT_ID and not secrets.azure_client_id

What’s interesting with your answer @lomholdt is that you removed all ***url(managementEndpointUrl etc.) and that could be a further optimization for me 😉

0reactions
BALAGA-GAYATRIcommented, Jun 22, 2022

Closing this issue as we had the workarounds for the same. Please refer readme for more details.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Pass Parameters to Identity Providers - Auth0
Describes how to pass parameters to an Identity Provider API. ... and automatically request access to a specified blog for users when they...
Read more >
Ability to Pass Authentication Parameters Individually ... - GitHub
Feature Request : Ability to Pass Authentication Parameters Individually #39 ... and Client Secret as individual parameters instead of bundled in a single ......
Read more >
Client ID Enforcement Question - MuleSoft Help Center
Hi,. First time poster here. I'm having some trouble trying to understand the concept around Client ID Enforcement. From all documentation I've read; ......
Read more >
Replace an expiring client secret in a SharePoint Add-in
Generate a new secret ... Create a client ID variable with the following line, using the client ID of the SharePoint Add-in as...
Read more >
Set up the request — Behat API Extension 3.0.0 documentation
Given I get an OAuth token using password grant from :path with :username and :password in scope :scope using client ID :clientId (and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found