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

Fix #1068: DocuCheck Warnings #1069

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a candidate to backport into the 1.5.x branch.

- 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