Skip to content

Conversation

tylerwarner33
Copy link
Contributor

@tylerwarner33 tylerwarner33 commented Sep 25, 2025

About

Add support for the Secure Service Account API recently released for 'General Availability' (GA).

References

Changes

  • New API / Nuget Package added to support the Secure Service Account API.
  • Added as a subset of the Authentication API based on endpoint routes (adjust as needed).

Testing

  • A tests.runsettings file can be created with this format to populate the environment variables in the test suite.
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
	<RunConfiguration>
		<EnvironmentVariables>
			<clientId></clientId>
			<clientSecret></clientSecret>
			<twoLeggedToken></twoLeggedToken>
			<serviceAccountName></serviceAccountName>
			<serviceAccountFirstName></serviceAccountFirstName>
			<serviceAccountLastName></serviceAccountLastName>
			<serviceAccountId></serviceAccountId>
			<pathToPrivateKeyFile></pathToPrivateKeyFile>
			<keyId></keyId>
		</EnvironmentVariables>
	</RunConfiguration>
</RunSettings>

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

Successfully merging this pull request may close these issues.

1 participant