CSCfi / shibboleth-idp-oidc-extension

Apache License 2.0
39 stars 7 forks source link

feature request - "password" grant #4

Open lhoekenga opened 6 years ago

lhoekenga commented 6 years ago

Is there any chance that the extension might support the "password" grant type, as described in the OAuth2 RFC:

https://tools.ietf.org/html/rfc6749#section-4.3.2

jalauros commented 6 years ago

We do not have currently plans for that. What is the use case you need it for?

lhoekenga commented 6 years ago

Our devops people are interested in the "Resource Owner Password Credential" (ROPC) flow.

Mostly command line utilities for various PaaS offerings (AWS, Azure) and kubernetes (specifically kubectl). We'd want to restrict access to grant to specific subnets if it were implemented.

jalauros commented 6 years ago

It will not be in the next release yet but I do not see any reason we would not include oauth2 features the community needs. Let's get back to this once the release is out.

justatechie commented 2 months ago

Are there any plans to include this in future versions? We'd like to make use of this grant for several of our applications.