Skip to content

Commit

Permalink
Merge pull request #1069 from /issues/1068-docucheck-warning
Browse files Browse the repository at this point in the history
Fix #1068: DocuCheck Warnings
  • Loading branch information
banterCZ authored Oct 16, 2023
2 parents d07beb3 + 765d7f8 commit ee481c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/PowerAuth-Server-0.22.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Java 11 no longer supports installing Bouncy Castle using library extension mech
longer contains the Bouncy Castle library in war files to avoid classloader issues in some web containers (e.g. Tomcat).

The Bouncy Castle provider needs to be installed using mechanism supported by the web container.
See the [Installing Bouncy Castle](./Installing-Bouncy-Castle.md#installing-on-java-11) chapter in documentation.
See the [Installing Bouncy Castle](./Installing-Bouncy-Castle.md) chapter in documentation.

### Tomcat on Java 11

Expand Down
2 changes: 1 addition & 1 deletion docs/PowerAuth-Server-1.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This release adds support for PowerAuth protocol version 3.2, which adds several

### Simplified Configuration of PowerAuth Mobile SDK.

You can use the `mobileSdkConfig` value from `POST /rest/v3/application/detail`, see [REST API documentation](https://github.com/wultra/powerauth-server/blob/develop/docs/WebServices-Methods.md#method-getapplicationdetail). This value contains encoded master public key, application key and application secret.
You can use the `mobileSdkConfig` value from `POST /rest/v3/application/detail`, see [REST API documentation](WebServices-Methods.md#method-getapplicationdetail). This value contains encoded master public key, application key and application secret.

Starting with version 1.5.x you can use this single configuration Base-64 encoded string for configuring the PowerAuth mobile SDK instead of using three separated configuration parameters.

Expand Down
13 changes: 1 addition & 12 deletions docs/WebServices-Methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,8 @@ The following `v3` methods are published using the service:
- [getAllTemplates](#method-getalltemplates)
- [getTemplateDetail](#method-gettemplatedetail)
- [updateOperationTemplate](#method-updateoperationtemplate)
- [removeOperationTemplate](#method-removeoperationtemplate)
- [removeOperationTemplate](#method-removeoperationtemplate)

The following `v2` methods are published using the service:
- Activation Management
- [prepareActivation (v2)](#method-prepareactivation-v2)
- [createActivation (v2)](#method-createactivation-v2)
- Token Based Authentication
- [createToken (v2)](#method-createtoken-v2)
- Vault Unlocking
- [vaultUnlock (v2)](#method-vaultunlock-v2)
- End-To-End Encryption
- [getNonPersonalizedEncryptionKey (v2)](#method-getnonpersonalizedencryptionkey-v2)
- [getPersonalizedEncryptionKey (v2)](#method-getpersonalizedencryptionkey-v2)

## System status

Expand Down

0 comments on commit ee481c4

Please sign in to comment.