-
Notifications
You must be signed in to change notification settings - Fork 5
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
ARC-1217: GesundheitsID Simple Test Flow #7
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great job 👏
README.md
Outdated
# Keycloak Identity Provider for GesundheitsID (eHealthID) | ||
|
||
## Contents | ||
- [gesundheitsid](./gesundheitsid) - A plain Java library to build RelyingParties for GesundheitsID with. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [gesundheitsid](./gesundheitsid) - A plain Java library to build RelyingParties for GesundheitsID with. | |
- [gesundheitsid](./gesundheitsid) - A plain Java library to build RelyingParties for GesundheitsID. |
README.md
Outdated
|
||
### Gematik Test Sektoraler IdP in Browser | ||
|
||
Since the Gematik Referenze IDP in the Test Environment needs a custom header, it can not be used directly in the browser for authentication. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the Gematik Referenze IDP in the Test Environment needs a custom header, it can not be used directly in the browser for authentication. | |
Since the Gematik Reference IDP in the Test Environment needs a custom header, it can not be used directly in the browser for authentication. |
"entity statement of '%s' has no authorization url configuration".formatted(sub)); | ||
} | ||
|
||
public static RuntimeException missingPARUrl(String sub) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public static RuntimeException missingPARUrl(String sub) { | |
public static RuntimeException missingParUrl(String sub) { |
inconsistent casing (see invalidParRequestUri)
@JsonProperty("urn:telematik:claims:profession") String telematikProfession, | ||
@JsonProperty("urn:telematik:claims:given_name") String telematikGivenName, | ||
|
||
/** vor insured person (IP) the immutable part of the Krankenversichertennummer (KVNR) * */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/** vor insured person (IP) the immutable part of the Krankenversichertennummer (KVNR) * */ | |
/** for insured person (IP) the immutable part of the Krankenversichertennummer (KVNR) * */ |
} | ||
|
||
public Builder requirePushedAuthorizationRequests( | ||
Boolean requirePushedAuthorizationRequests) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Boolean requirePushedAuthorizationRequests) { | |
boolean requirePushedAuthorizationRequests) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, that's an optional field :)
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 2 New issues |
No description provided.