Fix warnings in build log

Also fix a bad cross-reference that's breaking the build
This commit is contained in:
Alex Szczuczko 2019-05-17 09:17:43 -06:00 committed by Bruno Oliveira da Silva
parent e6992e9e27
commit 0c6f0b7b3f
3 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@
<artifactId>maven-plugin-plugin</artifactId>
<version>3.4</version>
<configuration>
<goalPrefix>header-maven-plugin</goalPrefix>
<goalPrefix>header</goalPrefix>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
<executions>

View file

@ -6,7 +6,7 @@ In the `Settings` tab for your client, you need to specify the `IDP Initiated SS
This is a simple string with no whitespace in it.
After this you can reference your client at the following URL: `root/auth/realms/{realm}/protocol/saml/clients/{url-name}`
The IDP initiated login implementation prefers _POST_ over _REDIRECT_ binding (check <<saml-bindings, saml bindings>> for more information).
The IDP initiated login implementation prefers _POST_ over _REDIRECT_ binding (check <<_saml, saml bindings>> for more information).
Therefore the final binding and SP URL are selected in the following way:
1. If the specific `Assertion Consumer Service POST Binding URL` is defined (inside `Fine Grain SAML Endpoint Configuration` section

View file

@ -11,7 +11,7 @@
<name>Server Developer</name>
<artifactId>server-development</artifactId>
<packaging>jar</packaging>
<packaging>pom</packaging>
<build>
<plugins>