Add SAML 2.0 Grant Type support
As detailed in RFC 7522. It would be nice for institutions needing to formulate a bridge between SAML 2.0 authentication and OAuth 2.0 authorization.
Related spring-projects/spring-authorization-server#1270
Hi, are you considering starting to implement this issue.
@opcooc Not at the moment since there is very little demand for this feature given there is only 1 upvote.
@jgrandja OK, Additionally, do you have a general implementation idea? If so, could you share it? I would like to try it out locally.Thank you.
@opcooc No I don't have a general implementation idea. Honestly, I haven't even read the spec.
@jgrandja OK, Thank you.
Hello, I tried by myself and I've been able to easily configure the login to an external saml identity provider. The problem is that the application expects in return from the login flow an authorization code that the saml login doesn't supply. Any suggestion on how to add the authorization code generation after the saml login? Adding this part the client could continue the authorization flow and exchange the authorization code for an access token as usual.
This issue was transferred from spring-projects/spring-authorization-server (see spring-authorization-server#2195)