Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request : support for Apple "App Store Connect API - Individual key" token base authentication #384

Open
clebec opened this issue Nov 21, 2024 · 1 comment

Comments

@clebec
Copy link

clebec commented Nov 21, 2024

Hello,

Currently the "service connection" for Apple App Store only supports "Basic Authentication" or "Token based Authentication".
The "Token base Authentication" is the authentication known as "App Store Connect API - Team Keys".
https://developer.apple.com/documentation/appstoreconnectapi/creating-api-keys-for-app-store-connect-api

But a other type of "token base" authentication exist ("App Store Connect API - Individual Keys") and allow more restriction on the rights granted to the token.
Also, this "individual key" authentication mode do not require the same level of information to be used (ie. no "Issuer ID")

I know that fastlane (which is the tool used to deliver app) is now supporting this authentication type.
Could you please consider supporting the "App Store Connect API - Individual Keys" authentication mode ?

@KonstantinTyukalov
Copy link

Hi @clebec thanks for the reporting! We are working on higher priority issues now, but we'll get back once we'll have capacity

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

No branches or pull requests

2 participants