authentication-flows icon indicating copy to clipboard operation
authentication-flows copied to clipboard

oAuth2 sample: auth-server, resource server and client. "Authentication-Flows" is also a sub-module here.

Results 10 authentication-flows issues
Sort by recently updated
recently updated
newest added

What's the license of this code base?

question

oauth2.client.accessTokenUri=https://ohadr.com:8443/oauth2-auth-server/oauth/token oauth2.client.userAuthorizationUri=https://ohadr.com:8443/oauth2-auth-server/oauth/authorize read host ohadr.com and port 8443 as properties.

enhancement

The modifications here were required to make auth-flows work with tomcat+apache ProxyPass.

for example, when calling "createAccount", a RESTful does not redirect to another page. Redirecting is MVC behavior; but there are clients (AngularJS) that perform their own MVC architecture, so the...

enhancement

A@A /a pass-encryption: abf45568118293b980141d4646a60f386e98d7d34f97d586f609e3fecfbd9507 A@a /a pass-encryption: 30887902e65f39ac66a1ab75a0ad62d45fb92684e4d6c0205268d86413b944f5 hence, if user registered with A@A, then tries to login with a@a, it will fail.

bug

/setNewPassword java.util.NoSuchElementException: No entity was found matching the key: User("[email protected]") at com.ohadr.dictionary.gae.GAEAuthenticationAccountRepositoryImpl.changePassword(GAEAuthenticationAccountRepositoryImpl.java:200) at com.ohadr.auth_flows.core.AuthenticationFlowsProcessorImpl.setPassword(AuthenticationFlowsProcessorImpl.java:270) at com.ohadr.auth_flows.web.UserActionController.setNewPassword(UserActionController.java:431) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

bug
duplicate

2 cases: (1) after successful login, when password has expired. (2) a link "change password" was clicked in the 'hosting' application.

enhancement

NOTE and TODO: if i implement this method correctly, then when creds expired the login will fail (bcoz Spring calls this method and then throws CredsExpiredEception). in my flows (not...

enhancement