You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently deegree webservices WAR file comes with a security contraint enabled which protects access to the REST API of deegree by BASIC authentication. Users of deegree need to configure their servlet container to link to a realm with authorization information (such as tomcat-users.xml).
Currently deegree webservices WAR file comes with a security contraint enabled which protects access to the REST API of deegree by BASIC authentication. Users of deegree need to configure their servlet container to link to a realm with authorization information (such as
tomcat-users.xml
).To harmonize the webapps of deegree webservices and deegree OGC API the webservices webapp shall support APIKEY/Token based authentication as in deegree OGC API webapp (see deegree/deegree-ogcapi#70).
Documentation needs to be improved how to setup and configure security.
The text was updated successfully, but these errors were encountered: