Skip to content

Commit 02ef382

Browse files
this commit updates the authorize page route from /federation/authorize to /oauth2/authorize, making the page accessible through the new standardized oauth2 url path
1 parent b015029 commit 02ef382

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Vinder.Federation.WebApi/Pages/Authorize.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@page "/federation/authorize"
1+
@page "/oauth2/authorize"
22
@model Vinder.Federation.WebApi.Pages.AuthorizePage
33

44
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">

0 commit comments

Comments
 (0)