[
https://issues.apache.org/jira/browse/KNOX-3470?focusedWorklogId=1042816&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1042816
]
ASF GitHub Bot logged work on KNOX-3470:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Sep/26 20:41
Start Date: 18/Sep/26 20:41
Worklog Time Spent: 10m
Work Description: pzampino commented on code in PR #1417:
URL: https://github.com/apache/knox/pull/1417#discussion_r4050537064
##########
gateway-service-knoxidf/src/main/java/org/apache/knox/gateway/service/knoxidf/OAuthServerMetadataRootResource.java:
##########
@@ -0,0 +1,38 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with this
+ * work for additional information regarding copyright ownership. The ASF
+ * licenses this file to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * <p>
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * <p>
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ * License for the specific language governing permissions and limitations
under
+ * the License.
+ */
+package org.apache.knox.gateway.service.knoxidf;
+
+import jakarta.ws.rs.Path;
+import jakarta.ws.rs.Produces;
+import jakarta.ws.rs.core.MediaType;
+
+/**
+ * The RFC 8414 OAuth 2.0 Authorization Server Metadata document served at the
topology root
+ * ({@code /gateway/<topology>/.well-known/oauth-authorization-server})
Issue Time Tracking
-------------------
Worklog Id: (was: 1042816)
Time Spent: 0.5h (was: 20m)
> Add support for /.well-known/oauth-authorization-server
> --------------------------------------------------------
>
> Key: KNOX-3470
> URL: https://issues.apache.org/jira/browse/KNOX-3470
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Reporter: Sandeep More
> Assignee: Sandeep More
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Knox needs to be able to support /.well-known/oauth-authorization-server
> (part of RFC 8414)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)