Giter Site home page Giter Site logo

Comments (9)

bshaffer avatar bshaffer commented on September 23, 2024

This would be great! I know many companies still rely on SAML Assertion for their authorization, and it would be awesome to support it.

We can have the SamlGrantType implement ClientAssertionType, and then the token controller will use it for authorization as well, which is the logic that allows the JWT tokens to do this, so I do not believe any enhancement is necessary here.

from oauth2-server-php.

aacotroneo avatar aacotroneo commented on September 23, 2024

Hi, Any updates on this one? I'm interested. I may take a look.

from oauth2-server-php.

F21 avatar F21 commented on September 23, 2024

@aacotroneo Unfortunately, no. Would love to see a PR if you're interested! 😄

from oauth2-server-php.

aacotroneo avatar aacotroneo commented on September 23, 2024

@F21 Of course! :) I haven't even started, but It shouldn't take long (I hope). I'll start by reading the draft!

from oauth2-server-php.

bshaffer avatar bshaffer commented on September 23, 2024

@aacotroneo that would be amazing

from oauth2-server-php.

aacotroneo avatar aacotroneo commented on September 23, 2024

Well, I'm working on it!

Much of the validation the oauth2-server needs to do is pretty similar to what a saml service provider does. So, I thought about making an adapter to use onelogin/php-saml which handles all the hard xml validation stuff and has lots of unit tests.

I'm dealing with saml configuration right now. I'll try to make a simple case work, and then see how we can refactor it.

from oauth2-server-php.

bshaffer avatar bshaffer commented on September 23, 2024

Even if you have a demo app and enough material to add a cookbook article to the docs, that would also be immensely helpful

from oauth2-server-php.

aacotroneo avatar aacotroneo commented on September 23, 2024

#510

from oauth2-server-php.

aacotroneo avatar aacotroneo commented on September 23, 2024

@bshaffer Here is a sample implementation of your server using Slim framework (i saw a request for that). You'll see that it also implements the saml2-bearer grant type, but there's not much to see there. It just adds the grant type with a proper configuration array. I'll see if I find a way to make a test client without needing to setup a real IDP.

Edit: here = https://github.com/aacotroneo/saml2-bearer-server

from oauth2-server-php.

Related Issues (20)

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.