|
58 | 58 | "errorHandler": { "@id": "urn:uma:default:ErrorHandler" }, |
59 | 59 | "responseWriter": { "@id": "urn:uma:default:ResponseWriter" }, |
60 | 60 | "operationHandler": { |
61 | | - "@id": "urn:uma:default:JsonHttpErrorHandler" |
| 61 | + "@id": "urn:uma:default:HttpHandlerController" |
62 | 62 | } |
63 | 63 | }, |
64 | 64 | { |
65 | | - "@id": "urn:uma:default:JsonHttpErrorHandler", |
66 | | - "@type": "JsonHttpErrorHandler", |
67 | | - "nestedHandler": { |
68 | | - "@id": "urn:uma:default:HttpHandlerController", |
69 | | - "@type": "WaterfallHandler", |
70 | | - "handlers": [ |
71 | | - { "@id": "urn:uma:default:UmaConfigRouteHandler" }, |
72 | | - { "@id": "urn:uma:default:JwksRouteHandler" }, |
73 | | - { "@id": "urn:uma:default:TokenRouteHandler" }, |
74 | | - { "@id": "urn:uma:default:PermissionRegistrationRouteHandler" }, |
75 | | - { "@id": "urn:uma:default:ResourceRegistrationRouteHandler" }, |
76 | | - { "@id": "urn:uma:default:ResourceRegistrationOpsRouteHandler" }, |
77 | | - { "@id": "urn:uma:default:IntrospectionRouteHandler" }, |
78 | | - { |
79 | | - "@type": "StaticThrowHandler", |
80 | | - "error": { "@type": "NotFoundHttpError" } |
81 | | - } |
82 | | - ] |
83 | | - } |
| 65 | + "@id": "urn:uma:default:HttpHandlerController", |
| 66 | + "@type": "WaterfallHandler", |
| 67 | + "handlers": [ |
| 68 | + { "@id": "urn:uma:default:UmaConfigRouteHandler" }, |
| 69 | + { "@id": "urn:uma:default:JwksRouteHandler" }, |
| 70 | + { "@id": "urn:uma:default:TokenRouteHandler" }, |
| 71 | + { "@id": "urn:uma:default:PermissionRegistrationRouteHandler" }, |
| 72 | + { "@id": "urn:uma:default:ResourceRegistrationRouteHandler" }, |
| 73 | + { "@id": "urn:uma:default:ResourceRegistrationOpsRouteHandler" }, |
| 74 | + { "@id": "urn:uma:default:IntrospectionRouteHandler" }, |
| 75 | + { |
| 76 | + "@type": "StaticThrowHandler", |
| 77 | + "error": { "@type": "NotFoundHttpError" } |
| 78 | + } |
| 79 | + ] |
84 | 80 | }, |
85 | 81 | { |
86 | 82 | "comment": "Configuration for the UMA AS." |
|
0 commit comments