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

Custom Cert Authentication not working with SWA deploy #944

Open
1 of 2 tasks
Timothyw0 opened this issue Mar 7, 2025 · 1 comment
Open
1 of 2 tasks

Custom Cert Authentication not working with SWA deploy #944

Timothyw0 opened this issue Mar 7, 2025 · 1 comment
Labels
command: deploy All issues related to the deploy command

Comments

@Timothyw0
Copy link
Member

Before filing this issue, please ensure you're using the latest CLI by running swa --version and comparing to the latest version on npm.

Are you accessing the CLI from the default port :4280 ?

  • No, I am using a different port number (--port) and accessing the CLI from that port
  • Yes, I am accessing the CLI from port :4280

Make sure you are accessing the URL printed in the console when running swa start!

ℹ️ NOTE: Make sure to enable debug logs when running any swa commands using --verbose=silly

Describe the bug
On the Static Web App documentation there is a sample using cert-based authentication:

Image

Custom authentication in Azure Static Web Apps | Microsoft Learn

It uses the clientSecretCertificateKeyVaultReference property. But when I run swa deploy I am getting errors saying that is invalid:

Image

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Type in command 'swa ...'
  3. Click on '...'
  4. Scroll down to '...'
  5. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@Timothyw0 Timothyw0 added the command: deploy All issues related to the deploy command label Mar 7, 2025
@Timothyw0
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
command: deploy All issues related to the deploy command
Projects
None yet
Development

No branches or pull requests

1 participant