Skip to content

Commit f029c1f

Browse files
committed
JWT bearer should replace password grants, but we need to have both for a while
A default CF should have it, because of cloudfoundry/cli#3368 Another reason to allow alternative to password grant https://datatracker.ietf.org/doc/html/rfc9700#section-2.4
1 parent 6defb5b commit f029c1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cf-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ instance_groups:
660660
cf:
661661
access-token-validity: 1200
662662
authorities: uaa.none
663-
authorized-grant-types: password,refresh_token
663+
authorized-grant-types: password,refresh_token,urn:ietf:params:oauth:grant-type:jwt-bearer
664664
override: true
665665
refresh-token-validity: 2592000
666666
scopes:

0 commit comments

Comments
 (0)