Skip to content

Readme updates#124

Open
aarmam wants to merge 7 commits into
web-eid-mobilefrom
NFC-66-1
Open

Readme updates#124
aarmam wants to merge 7 commits into
web-eid-mobilefrom
NFC-66-1

Conversation

@aarmam

@aarmam aarmam commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Signed-off-by: Mart Aarma mart.aarma@nortal.com

Sander Kondratjev and others added 7 commits July 14, 2026 18:13
Signed-off-by: Sander Kondratjev <sander.kondratjev@nortal.com>
Signed-off-by: Sander Kondratjev <sander.kondratjev@nortal.com>
Signed-off-by: Sander Kondratjev <sander.kondratjev@nortal.com>
Signed-off-by: Sander Kondratjev <sander.kondratjev@nortal.com>
Signed-off-by: Sander Kondratjev <sander.kondratjev@nortal.com>
Signed-off-by: Sander Kondratjev <sander.kondratjev@nortal.com>
@sonarqubecloud

Copy link
Copy Markdown

Comment thread README.md

String loginUri = ServletUriComponentsBuilder.fromCurrentContextPath()
.path(loginPath).build().toUriString();
String loginUri = ServletUriComponentsBuilder.fromCurrentContextPath()

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doFilterInternal() implementation has changed, fromCurrentContextPath() is no longer used.

Comment thread README.md
UsernamePasswordAuthenticationFilter.class)
.addFilterBefore(new WebEidChallengeNonceFilter("/auth/challenge", challengeNonceGenerator),
UsernamePasswordAuthenticationFilter.class);
.addFilterBefore(new WebEidMobileAuthInitFilter("/auth/mobile/init", "/auth/mobile/login", challengeNonceGenerator, webEidMobileProperties),

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The constructor takes 5 arguments now:

    public WebEidMobileAuthInitFilter(String path, String mobileLoginPath, ChallengeNonceGenerator nonceGenerator,
            WebEidMobileProperties webEidMobileProperties, WebEidAuthTokenProperties webEidAuthTokenProperties)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants