Skip to content

Commit

Permalink
v27.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gematik-Entwicklung authored and RStaeber committed Mar 5, 2024
1 parent 6d84fbd commit 023d0b0
Show file tree
Hide file tree
Showing 15 changed files with 724 additions and 716 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ or use docker compose:

```console
$ mvn clean install -pl idp-server -am -Dskip.unittests -Dskip.inttests
$ export appVersion=27.0.0
$ export appVersion=27.0.1
$ export serverLoglevel=info (default)
$ docker-compose --project-name myidp -f docker-compose-ref.yml up -d
```
Expand Down
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Release 27.0.1

- add missing scope for gitHub

# Release 27.0.0

- idp-client login for ePA (wip)
Expand Down
386 changes: 193 additions & 193 deletions doc/tokenFlowEgk.html

Large diffs are not rendered by default.

368 changes: 184 additions & 184 deletions doc/tokenFlowPs.html

Large diffs are not rendered by default.

644 changes: 322 additions & 322 deletions doc/tokenFlowSso.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions idp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>de.gematik.idp</groupId>
<artifactId>idp-global</artifactId>
<version>27.0.0</version>
<version>27.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>de.gematik.idp</groupId>
<artifactId>idp-client</artifactId>

<version>27.0.0</version>
<version>27.0.1</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions idp-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>de.gematik.idp</groupId>
<artifactId>idp-global</artifactId>
<version>27.0.0</version>
<version>27.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>idp-commons</artifactId>

<version>27.0.0</version>
<version>27.0.1</version>

<dependencies>

Expand Down
4 changes: 2 additions & 2 deletions idp-crypto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>de.gematik.idp</groupId>
<artifactId>idp-global</artifactId>
<version>27.0.0</version>
<version>27.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>idp-crypto</artifactId>
<version>27.0.0</version>
<version>27.0.1</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion idp-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.gematik.idp</groupId>
<artifactId>idp-global</artifactId>
<version>27.0.0</version>
<version>27.0.1</version>
</parent>
<artifactId>idp-report</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions idp-sektoral/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>de.gematik.idp</groupId>
<artifactId>idp-global</artifactId>
<version>27.0.0</version>
<version>27.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>idp-sektoral</artifactId>
<version>27.0.0</version>
<version>27.0.1</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions idp-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>de.gematik.idp</groupId>
<artifactId>idp-global</artifactId>
<version>27.0.0</version>
<version>27.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>idp-server</artifactId>
<version>27.0.0</version>
<version>27.0.1</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 4 additions & 0 deletions idp-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ idp:
description: "123 Test"
audienceUrl: "https://template.audience.de"
claimsToBeIncluded: [ ORGANIZATION_NAME, PROFESSION_OID, ID_NUMBER ]
epa:
description: "epa scopes"
audienceUrl: "https://epa.audience.de"
claimsToBeIncluded: [ ORGANIZATION_NAME, PROFESSION_OID, ID_NUMBER ]
registeredClient:
eRezeptApp:
redirectUri: http://redirect.gematik.de/erezept
Expand Down
4 changes: 2 additions & 2 deletions idp-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>de.gematik.idp</groupId>
<artifactId>idp-global</artifactId>
<version>27.0.0</version>
<version>27.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>idp-test</artifactId>
<version>27.0.0</version>
<version>27.0.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions idp-testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>de.gematik.idp</groupId>
<artifactId>idp-global</artifactId>
<version>27.0.0</version>
<version>27.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>idp-testsuite</artifactId>
<version>27.0.0</version>
<version>27.0.1</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>de.gematik.idp</groupId>
<artifactId>idp-global</artifactId>
<version>27.0.0</version>
<version>27.0.1</version>
<packaging>pom</packaging>

<description>IDP</description>
Expand Down

0 comments on commit 023d0b0

Please sign in to comment.