Questions tagged [authentication-flows]

Authentication-Flows is a powerful and highly customizable framework that covers all flows that any Spring-Security-based authentication-server needs.

Authentication-Flows is a powerful and highly customizable framework that covers all flows that any -based authentication-server needs.

https://github.com/OhadR/oAuth2-sample/tree/master/authentication-flows

client application: https://github.com/OhadR/Authentication-Flows

Demo: http://auth-flows-demo.appspot.com/

10 questions
2
votes
1 answer

Guide to implementing password recovery with dynamic URL sent to email over atlassian crowd with spring security

I am trying to use crowd's built-in forgot password functionality over my app with spring security.But for this issue I guess I need have my own implementations. I also come accross this discussion which says I can avoid all complexities with…
1
vote
1 answer

How to set AuthenticationFlow and ResponseMode in .Net 6

I migrated my application from .Net Core 3.1 to .Net 6 and also upgraded the IdentityModel.OidcClient nuget package(currently using 5.2.1 version). But now I don't see the Flow(AuthenticationFlow) and ResponseMode properties in OidcClientOptions…
1
vote
2 answers

authentication-flows email URL's do not work after web server reset

I have been playing around with authentication-flows and noticed that when I restart the web server the URL's no longer work, they are all invalid. I walked through debugging but I am still a bit lost as to exactly why, though I have a lot of good…
tmpg
  • 83
  • 6
1
vote
3 answers

In maven how to add a local maven project as a dependency with source code

https://github.com/OhadR/Authentication-Flows The client project has a dependency com.ohadr authentication-flows ${ohadr.flows.version} Which is…
user494461
1
vote
1 answer

How to solve "Could not find artifact com.ohadr:authentication-flows"?

I've tried a: mvn clean install -DskipTests -DdownloadSources=true for building https://github.com/OhadR/Authentication-Flows.git and I'm having: ...Failed to execute goal on project client: Could not resolve dependencies for project …
martin
  • 862
  • 9
  • 28
1
vote
1 answer

Issues in setting up Authentication Flows project

I tried different ways to import "https://github.com/OhadR/Authentication-Flows" project into eclipse, but none of the import type is working. It will be of great help if you can guide me with the same. Thanks, Harika
Harika Mamidi
  • 452
  • 4
  • 20
0
votes
1 answer

Authentication flows | React Navigation 6 - How to get webToken?

When I learn authentication flow of react navigation 6.0, I read the sample code which used redux, it used dummy token, but In my react native project, I have to get the real token from server, So I tried to add some code in the sample…
0
votes
1 answer

How to build the war files for oAuth2-sample project?

I cloned the project here https://github.com/OhadR/oAuth2-sample Set appropriate version for parent in pom.xml of all 3 projects oauth2-client, oauth2-auth-server, resource-sercer to 1.6.2-SNAPSHOT I added the 3 projects to…
user494461
0
votes
1 answer

Could not resolve placeholder 'com.ohadr.auth-flows.endpoints.accountActivatedEndpointUrl' in string value ""

I'm developing the same code from the https://github.com/OhadR/Authentication-Flows (basically looking for Spring MVC application to reset the password or forgot password or lock password functionality) After research I find this URL which is…
user4567570
-1
votes
1 answer

Authentication-Flows: java.lang.StringIndexOutOfBoundsException: String index out of range: -1

I'm refer to project of OhadR, He is using Spring security to login and set new password by email. this link: Authentication-Flows: https://github.com/OhadR/Authentication-Flows I have finished some steps as: 1. create account 2. confirm account…
Khanh Luong Van
  • 476
  • 3
  • 14
  • 31