Refactor previous COOPGO Identity service - Initial commit
This commit is contained in:
8
oidc-provider/endpoints_userinfo.go
Normal file
8
oidc-provider/endpoints_userinfo.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package op
|
||||
|
||||
import "net/http"
|
||||
|
||||
func (op *OIDCHandler) UserinfoEndpoint(w http.ResponseWriter, req *http.Request) {
|
||||
// TODO
|
||||
w.WriteHeader(http.StatusNotFound)
|
||||
}
|
||||
Reference in New Issue
Block a user