Azure-Samples / Azure-Samples/ms-identity-android-java

Define keystore signature calculation algorithm

Open
#57 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
34
Forks
30
PR merge metrics
No merged PRs in 30d

Description

### This issue is for a: (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
```

### Expected/desired behavior
> Please provide exact Android keystore signature generation command in docs.

`keytool -exportcert -alias [aliasname] -keystore [your app keystore path] | openssl sha1 -binary | openssl base64`

Please confirm, if above command is correct.
Specifically, should base64 be generated from binary form of sha1?

> ---------------------------------------------------------------
> Thanks! We'll be in touch soon.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.