Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Fix issues #1, #3 #4

Merged
merged 2 commits into from
Mar 1, 2017
Merged

Fix issues #1, #3 #4

merged 2 commits into from
Mar 1, 2017

Conversation

madhurig
Copy link
Contributor

@madhurig madhurig commented Mar 1, 2017

  • Allow task to work in build and release definitions
  • Allow specifying a one-time passcode for single sign on workflows
  • Update extension build process
    sso

@madhurig madhurig merged commit f2ebd89 into master Mar 1, 2017
@madhurig madhurig deleted the users/madhurig/bugfixes branch March 1, 2017 20:58
@sbachuMSOL
Copy link

Honestly speaking sso passcode option may not work in the CI process, because it requires updating the build or release definition before every the trigger - unless the tool can get the onetime passcode. FYI: based on the Cloud Foundry provider one time passcode may not valid for certain days.
Our configuration with Cloud Foundry is integrated with active directory "SAML token authentication". We created a custom Powershell script that can make webrequest calls to get the onetime passcode and inject it into the cf calls.

@madhurig
Copy link
Contributor Author

madhurig commented Mar 6, 2017

@sbachuMSOL: I agree the one-time passcode will not be as straightforward to use in the CI scenario. But with the change I made, the one-time passcode can be specified by a build variable. So if you have a custom script that gets the one-time passcode, you can set the variable at the end of the script and the Cloud Foundry task will pick up the passcode.

We will consider providing another task that makes it possible to acquire the password for some common integrations.

Thanks,
Madhuri

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants