mitreid-connect / OpenID-Connect-Java-Spring-Server

An OpenID Connect reference implementation in Java on the Spring platform.
Other
1.47k stars 767 forks source link

added refresh_token into grant_types_supported #1462

Closed martin-kuba closed 5 years ago

martin-kuba commented 5 years ago

Some client libraries refuse to use refresh_tokens with MITREid because its support is not declared in the grant_types_supported list in the /.well-known/openid-configuration metadata. This commit adds the value refresh_token to the grant_types_supported list.

codecov-io commented 5 years ago

Codecov Report

Merging #1462 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1462   +/-   ##
=========================================
  Coverage     25.21%   25.21%           
  Complexity      912      912           
=========================================
  Files           209      209           
  Lines         11689    11689           
  Branches       2116     2116           
=========================================
  Hits           2947     2947           
  Misses         8227     8227           
  Partials        515      515
Impacted Files Coverage Δ Complexity Δ
...ava/org/mitre/discovery/web/DiscoveryEndpoint.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 703c341...6efe6ff. Read the comment docs.