auth0-java-microservices-examples icon indicating copy to clipboard operation
auth0-java-microservices-examples copied to clipboard

Java Microservice Examples

Results 5 auth0-java-microservices-examples issues
Sort by recently updated
recently updated
newest added

I want to call the okta /user/verify_password api interface to verify the password. How to construct the _xsrfToken parameter? Is it obtained through the interface or constructed through other parameters?...

To make this work, you must clone and install the okta-spring-boot-starter and its `send-audience` branch. ``` git clone -b send-audience https://github.com/okta/okta-spring-boot.git cd okta-spring-boot mvn install ```