Skip to content

Add SAML 2.0 Grant Type support #1448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jzheaux opened this issue Nov 15, 2023 · 7 comments
Open

Add SAML 2.0 Grant Type support #1448

jzheaux opened this issue Nov 15, 2023 · 7 comments
Labels
type: enhancement A general enhancement

Comments

@jzheaux
Copy link
Contributor

jzheaux commented Nov 15, 2023

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.

@jzheaux jzheaux added the type: enhancement A general enhancement label Nov 15, 2023
@jgrandja
Copy link
Collaborator

Related gh-1270

@opcooc
Copy link

opcooc commented Dec 10, 2024

Hi, are you considering starting to implement this issue.

@jgrandja
Copy link
Collaborator

@opcooc Not at the moment since there is very little demand for this feature given there is only 1 upvote.

@opcooc
Copy link

opcooc commented Dec 12, 2024

@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.

@jgrandja
Copy link
Collaborator

@opcooc No I don't have a general implementation idea. Honestly, I haven't even read the spec.

@opcooc
Copy link

opcooc commented Dec 12, 2024

@jgrandja OK, Thank you.

@riccardolunghi
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

4 participants