Closed GISScience closed 4 months ago
There are are info at below about this:
https://github.com/Esri/geoportal-server-catalog/blob/master/geoportal/doc/api.txt
HTTP POST geoportal/oauth/token Generates an OAuth access token. The token can be supplied to subsequent requests as a query parameter: access_token= The request should be POSTed via https using form-urlencoded parameters within the body. Response Content Type: application/json Required Query Parameters: grant_type: password client_id: geoportal-client username: the username password: the password
practical use of this api is demonstrated in code below:
Geoportal server 2.6.1 Elastic search 6.8.0 Requirement:- Use only metadata ingestion part of geoportal in another application without login it in geoportal.
So i want to by pass the login screen and want to authenticate the username and password using basic authentication , or oauth or passing username and pass to iframe itself.
I want to render the geoportal server 2.6.1 into a