Coder Social home page Coder Social logo

pingone-go-sdk-v2's People

Contributors

dependabot[bot] avatar kwevers avatar mjspi avatar patrickcping avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

kwevers

pingone-go-sdk-v2's Issues

Manual adjustments made to support `PasswordPolicyMinCharacters`

func decode(v interface{}, b []byte, contentType string) (err error) {
if jsonCheck.MatchString(contentType) {
bStr := string(b[:])
bStr = strings.ReplaceAll(bStr, "~!@#$%^&*()-_=+[]{}|;:,.<>/?", "specialchar")
err := json.Unmarshal([]byte(bStr), v)
if err != nil { // simple model
return err
}
return nil
}
return errors.New("undefined response type")
}

SpecialChar *int32 `json:"specialchar,omitempty"`

Add defaultTargetUrl to SAML application settings data model

The SAML application settings data model documentation has been extended with the defaultTargetUrl attribute.

Screenshot 2024-03-12 at 11 03 12

Reference: https://apidocs.pingidentity.com/pingone/platform/v1/api/#application-operations

According to support case 00819713 this attribute has been supported for a long time, but was never documented.
Can you add support to the SDK so that eventually the Terraform PingOne provider resource pingone_application can be extended as well?

Add timeout to HTTP calls

Downstream services occasionally see Context deadline exceeded errors, likely due to missing timeout on the API HTTP calls.

Ideally should handle timeouts cleanly.

Repository todo tracker

API

Management

MFA

Risk

n/a

CI

Documentation

  • Getting started
  • Contributing guide
  • Changelog process
  • PR checklist

Contribution

  • Issue template
  • PR template

Incorrect time unit enums in P1Verify

PingOne Verify Policy API previously supported HOURS as an enum value in otp.lifetime.timeunit and otp.deliveries.cooldown.timeunit properties in the email and phone configuration object.

Testing has identified HOURS is not a valid configuration option, and only MINUTES and SECONDS are correct enum values for those parameters. OAS3 specification and SDK needs to be corrected to align to the correct functionality.

Support updated FIDO2 policies that enable passkeys

As of 19th June 2023, the platform supports updated FIDO2 policies that enable support for passkeys. The existing FIDO policies are now deprecated. This request is to mark existing FIDO policies as deprecated and build support for the latest FIDO2 policies.

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.