Giter VIP home page Giter VIP logo

okta-elixir's People

Contributors

stueccles avatar yordis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

okta-elixir's Issues

Deps too stricts

I think these two deps are two strict.

 {:tesla, "~> 1.2.0"},
 {:hackney, "~> 1.14.0"},

I would suggest excluding the patch version.

Also, can we upgrade to hackney ~> 1.15?

Question about Okta's own unique id vs Ecto UUID

Hello,

I'd like to start off and apologize that this question is not related to the package.
I'm researching into using Okta and running into this issue right now with the user ids.
When creating users in Okta, Okta automatically creates the id for you, something like this 00ua5gwkjo8GRNOJ44x5.
However in our app we're using Ecto and creating ids in UUIDv4 format, and Okta does not let you override the user id in UUIDv4 format.
Have you guys ever experienced this before and found a solution?
Thank you!

Okta.Users.clear_user_sessions uses the wrong endpoint

The endpoint used for clear_user_sessions is Tesla.delete(client, @users_url <> "/#{user_id}", query: [oauthTokens: oauth_tokens])

https://developer.okta.com/docs/reference/api/users/#clear-user-sessions

According to the Okta Api Documentation it would need to be

Tesla.delete(client, @users_url <> "/#{user_id}" <> "/sessions", query: [oauthTokens: oauth_tokens])

The current action is instead Delete User, which is a very different operation

https://developer.okta.com/docs/reference/api/users/#delete-user

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.