-
Notifications
You must be signed in to change notification settings - Fork 78
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
fix: #776 #2503
Conversation
*/ | ||
@ApplicationScoped | ||
@Named | ||
public class MDS3UpdateTimer { |
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.
It's not clear why timer with event is put in jans-auth-server. Shouldn't it be in fido2-server? fido2-server is separate war and can carry it.
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.
This was in error, corrected
@Inject | ||
private TocService tocService; | ||
|
||
public void initTimer() { |
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.
Formatting is messed. (Check other java files, e.g. spaces (vs tabs), curly brackets (starting bracket is always in same line))
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.
fido2-server app initializer has to be used instead of jans-auth-server
[Fido2 API] Kudos, SonarCloud Quality Gate passed! |
[Jans authentication server parent] Kudos, SonarCloud Quality Gate passed! |
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.
Approved since changes are moved out of AS. Now we should let @yurem check fido related changes.
#776