Skip to content

Commit fcff1be

Browse files
committed
move discovery endpoint to new URL pattern
1 parent e8235ac commit fcff1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uma-server/src/main/java/org/mitre/uma/web/UmaDiscoveryEndpoint.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class UmaDiscoveryEndpoint {
4343
@Autowired
4444
private ConfigurationPropertiesBean config;
4545

46-
@RequestMapping(".well-known/uma-configuration")
46+
@RequestMapping(".well-known/multiparty-delegation-configuration")
4747
public String umaConfiguration(Model model) {
4848

4949
Map<String, Object> m = new HashMap<>();

0 commit comments

Comments
 (0)