We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc4b46 commit cc701a8Copy full SHA for cc701a8
1 file changed
src/main/scala/com/tesobe/oidc/server/OidcServer.scala
@@ -893,9 +893,7 @@ object OidcServer extends IOApp {
893
s"No endpoint handled the request: ${req.method} ${req.uri}"
894
)
895
) *>
896
- NotFound(
897
- "Endpoint not enabled"
898
- )
+ NotFound("OBP-OIDC: no route matches this request")
899
}
900
901
} else {
@@ -904,7 +902,7 @@ object OidcServer extends IOApp {
904
902
905
903
906
907
- NotFound("Endpoint not enabled")
908
})
909
910
0 commit comments