Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit 0c6f0b7

Browse files
ASzcBruno Oliveira da Silva
authored andcommitted
Fix warnings in build log
Also fix a bad cross-reference that's breaking the build
1 parent e6992e9 commit 0c6f0b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

header-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<artifactId>maven-plugin-plugin</artifactId>
5151
<version>3.4</version>
5252
<configuration>
53-
<goalPrefix>header-maven-plugin</goalPrefix>
53+
<goalPrefix>header</goalPrefix>
5454
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
5555
</configuration>
5656
<executions>

server_admin/topics/clients/saml/idp-initiated-login.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In the `Settings` tab for your client, you need to specify the `IDP Initiated SS
66
This is a simple string with no whitespace in it.
77
After this you can reference your client at the following URL: `root/auth/realms/{realm}/protocol/saml/clients/{url-name}`
88

9-
The IDP initiated login implementation prefers _POST_ over _REDIRECT_ binding (check <<saml-bindings, saml bindings>> for more information).
9+
The IDP initiated login implementation prefers _POST_ over _REDIRECT_ binding (check <<_saml, saml bindings>> for more information).
1010
Therefore the final binding and SP URL are selected in the following way:
1111

1212
1. If the specific `Assertion Consumer Service POST Binding URL` is defined (inside `Fine Grain SAML Endpoint Configuration` section

server_development/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<name>Server Developer</name>
1313
<artifactId>server-development</artifactId>
14-
<packaging>jar</packaging>
14+
<packaging>pom</packaging>
1515

1616
<build>
1717
<plugins>

0 commit comments

Comments
 (0)