Repoed doing simple oidc login.
- Run the app
- Set a break point in the class NeedsServiceProviderOpenIdConnectProtocolValidator, or SimpleOpenIdConnectProtocolValidator depending on which one you want.
- click on
"Secure"
to trigger the login
The SimpleOpenIdConnectProtocolValidator works when it is directly added via good ole new() The NeedsServiceProviderOpenIdConnectProtocolValidator is in never-never land :(
Herb