Skip to content

Commit

Permalink
Adjust name of provider
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Sep 22, 2023
1 parent 31081e0 commit a6586bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private void initializeJakartaAuthentication() {
AuthMessagePolicy.getMessageSecurityBinding("SOAP", properties),
authContextId, true);

Provider provider = new Provider("EleosProvider", "1.0", "") {
Provider provider = new Provider("EpicyroProvider", "1.0", "") {
private static final long serialVersionUID = 1L;
};
provider.put("authContextIdGenerator", authContextIdGenerator);
Expand Down

0 comments on commit a6586bd

Please sign in to comment.