Skip to content

Add Support for client_credentials Auto Configuration #14552

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

Closed
rwinch opened this issue Sep 20, 2018 · 1 comment
Closed

Add Support for client_credentials Auto Configuration #14552

rwinch opened this issue Sep 20, 2018 · 1 comment
Labels
status: superseded An issue that has been superseded by another

Comments

@rwinch
Copy link
Member

rwinch commented Sep 20, 2018

With the changes in f5deebf#diff-b716836901d5fea39e485e35997f2f62 the configuration below works but longer makes sense:

spring:
  security:
    oauth2:
      client:
        provider:
          idp:
            issuer-uri: https://example.com/
        registration:
          authorizationcode:
            idp:
              client-id: client-id
              client-secret: client-secret
              authorization_grant_type: client_credentials

Notice that a client_credentials grant type is being configured under the authorizationcode parent.

Related #14554

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Sep 20, 2018
@mbhave mbhave added this to the 2.1.x milestone Sep 20, 2018
@mbhave mbhave added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 20, 2018
@mbhave
Copy link
Contributor

mbhave commented Oct 1, 2018

Closing in favor of #14625.

@mbhave mbhave closed this as completed Oct 1, 2018
@mbhave mbhave added status: superseded An issue that has been superseded by another and removed type: enhancement A general enhancement labels Oct 1, 2018
@mbhave mbhave removed this from the 2.1.x milestone Oct 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another
Projects
None yet
Development

No branches or pull requests

3 participants