| Why At the moment, there isn't enough unit test to cover the core code base. What Add unit test to cover the core code base, especially tests for the `OIDCAuthenticatorImpl` class. It is using some static methods from the AppAuth library which will make it hard to test. The suggestion is to move the AppAuth related code to its own class and use DI to inject it into the class. |