Code Monkey home page Code Monkey logo

pingidentity / pingone-sample-registration Goto Github PK

View Code? Open in Web Editor NEW
15.0 16.0 18.0 97 KB

This sample demonstrates PingOne Authentication and some Management API services usage like - registration of a new user, user password update by logged in user or by application itself, recovery a forgotten password scenario and of course - OAuth2/OIDC implementation

License: Other

Java 22.77% HTML 36.81% Python 38.48% JavaScript 1.95%
pingone

pingone-sample-registration's Introduction

Deprecated

pingone-sample-registration's People

Contributors

cypingidentity avatar deivur avatar dependabot[bot] avatar eeeeeric avatar hkrop avatar jason-hatchett avatar rderewianko avatar richardcardona avatar zcollier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pingone-sample-registration's Issues

Cannot login

I cannot login with a registered user (created in ping). and get this error:
image

jackson-databind dependency vulnerability

spring-boot-starter-parent has a transitive-dependency on jackson-databind which has a known security vulnerability, CVE-2018-1000873. jackson-databind version before 2.9.8 contains a CWE-20: Improper Input Validation vulnerability that can result in a denial-of-service (DoS).

This vulnerability has been fixed in 2.9.8, this project is importing version 2.9.7.

com.pingidentity.samples:custom-user-registration:jar:0.0.1-SNAPSHOT
+- com.pingidentity.samples:spring-boot-sdk:jar:0.0.1-SNAPSHOT:compile
|  +- org.springframework.boot:spring-boot-starter:jar:2.1.3.RELEASE:compile
| ...
|  +- org.springframework.boot:spring-boot-starter-web:jar:2.1.3.RELEASE:compile
|  |  +- org.springframework.boot:spring-boot-starter-json:jar:2.1.3.RELEASE:compile
|  |  |  +- com.fasterxml.jackson.core:jackson-databind:jar:2.9.7:compile
|  |  |  |  +- com.fasterxml.jackson.core:jackson-annotations:jar:2.9.0:compile
|  |  |  |  \- com.fasterxml.jackson.core:jackson-core:jar:2.9.7:compile
|  |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jdk8:jar:2.9.7:compile
|  |  |  +- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.9.7:compile
|  |  |  \- com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.9.7:compile
| ...
|  \
|  +- org.springframework.security.oauth:spring-security-oauth2:jar:2.2.0.RELEASE:compile
|  |  +- commons-codec:commons-codec:jar:1.11:compile
|  |  \- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
|  |     \- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
|  \- io.openapitools.jackson.dataformat:jackson-dataformat-hal:jar:1.0.5:compile
|     \- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.9.7:compile
|        +- com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.9.7:compile
|        \- com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.9.7:compile

To address, the Security Team recommends a version-range maven dependency coordinate, e.g.

   <parent>
     <groupId>org.springframework.boot</groupId>
     <artifactId>spring-boot-starter-parent</artifactId>
-    <version>2.1.1.RELEASE</version>
+    <version>[2.1.3.RELEASE,3.0.0.RELEASE)</version>
   </parent>`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.