Questions tagged [app-secret]
68 questions
1
vote
0 answers
How to inject user secrets into AndroidManifest in Xamarin.Forms at build time?
I have a Xamarin.Forms project, which contains an Android version of my app.
It has an AndroidManifest.xml file, which has to be populated with a meta-data tag containing a secret API key.
I use dotnet user-secrets to store that secret API key on my…

Michael
- 548
- 6
- 23
1
vote
0 answers
Is it possible to create a secret_id to use it in an approle automatically without the help of an administrator or kubernetes when using vault?
Recently searching the internet I found a good alternative to manage the secrets of my application created in node js with the help of hashicorp vault. I have investigated how it works and among the possible ways that this tool has to enter I found…

spartanox
- 21
- 1
1
vote
1 answer
Why should you keep secrets checked out of your repository?
It seems like common knowledge that it's a good practice to keep secrets files (anything containing passwords, API keys, etc.) checked out of your git repository (Indications here, here, here, here and there are many more)
Why?

Marco Prins
- 7,189
- 11
- 41
- 76
1
vote
2 answers
How to make a Secret iOS App text animation in Android?
I'm looking for a way to replicate the behaviour of text animation in the iOS Secret app to Android. the effect is describe in the following question:
How to Make a Secret iOS App Text Animation
And you could also see it implemented for iOS…

Emil Adz
- 40,709
- 36
- 140
- 187
1
vote
2 answers
Git custom merge to handle configuration files
So I was searching for a way to handle the configurations file in a git projet. I read some articles about the subject but all of them where suggesting a second, local-only file. And that doesn't feel right to me.
So I messed around with some of the…

nobe4
- 2,802
- 3
- 28
- 54
1
vote
3 answers
Is it possible to send a request to the Facebook Graph API from client side without exposing our access token to the public?
My question is related to, but not exactly, this question.
I am currently working on a business directory Web site (similar to Yelp), in which businesses have their own pages. Let's call this app DIRECTORY_APP.
Businesses might want to have their…

Behrang
- 46,888
- 25
- 118
- 160
0
votes
2 answers
Getting an APP_SECRET for a page, not an app?
Right now I am doing an http post request to post from a coldfusion file straight to my Facebook page. Right now, it is fully functional with the normal ACCESS_TOKEN for the page. My problem is, that to extend the life of the ACCESS_TOKEN, I need an…

aceslowman
- 621
- 13
- 28
0
votes
0 answers
Citrix Netscaler TOTP Authenticator secret is a plain text or is it encoded or encrypted?
I have no experience in Citrix space, I have a client who wants to migrate Citrix TOTP to Azure AD B2C.
The Citrix TOTP is synced with On Prem Ad to AAD and the TOTP secret is received as a OIDC claim to B2C.
The issue is after migrating the secret…
0
votes
1 answer
How does an app recognize secrets in a key vault using the same syntax as locally?
I'm managing secrets by dotnet user-secrets init/set command (as documented here). Now, as I'll be deploying to Azure, I want to use the key vault (as documented here) configured by az keyvault create/set.
Naturally, what I want is that the locally…

Konrad Viltersten
- 36,151
- 76
- 250
- 438
0
votes
1 answer
Which tenant owns the application created by teams fx toolkit?
I've created an azure bot and application using teams toolkit, but it doesn't seem to be owned by the tenant I'm in. I want to change the password of this application, how do I find the owner of this application to change the secret?
Azure Bot…

Yang
- 1
0
votes
0 answers
Inconsistent communication between vault and consul container
While I am trying to build an application which requires consul container to communicate with vault container when generating ACL token roles for other service containers, consul container is facing an inconsistent error,
" Failed to configure…
0
votes
1 answer
How do I keep secrets out of Git(hub) yet allow them to be published with my app?
I have a solution with three projects that is holding several API keys. These keys are for reasonably sensitive Web API's including OpenWeatherMap, Google TTS and OpenAI. The project I'm working on is a simple Weather report website that uses…

Wim ten Brink
- 25,901
- 20
- 83
- 149
0
votes
1 answer
Get key for login using service principal dynamically python script
I'm running a python script, where o want to use service principal to authenticate.
I don't want to store service principal secret in my script.
Please help me to store the secret key somewhere and access it dynamically in the script using az cli…

Sadhna Pandey
- 19
- 3
0
votes
1 answer
Azure Key Vault ClientSecret Management
For me, I have distributable console app to users. Instead of hard-coding the connection strings in the application, I moved those to Key Vault and created the ClientCredentials.
Interactive-user-login or certificate in AAD are not in my options as…

Ashokan Sivapragasam
- 2,033
- 2
- 18
- 39
0
votes
2 answers
Jenkins (freestyle project) secret text using Parameter expression
I have a python project that I'm using pytest with integration to Report Portal.
I execute the tests from Jenkins (freestyle project).
In order to to get the user name for each session in Report Portal, I need to know the Report Portal access_token…

Rami Hassan
- 149
- 12