Azure / Azure/azure-libraries-for-java
Append a password to an ActiveDirectoryApplication
- Lingua principale
- Java
- Stelle
- 97
- Fork
- 102
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
**Query/Question**
When I update a ActiveDirectoryApplication with passwords, it seems to remove existing ones. How can I append a password to the existing ones?
***Why is this not a Bug or a feature Request?***
This may be a feature request
```
app.update()
.definePasswordCredential("additionalPass")
.withPasswordValue("somePassword")
.attach().apply();
```
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Start by tracing the app.update(), definePasswordCredential("additionalPass"), withPasswordValue(), attach(), and apply() entry points shown in the issue. Determine how existing passwords are handled during an update; done means applying an additional password without removing the existing credentials.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- authentication
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100