🔐 Key Authentication in Geoserver | Krishna G Lodha

preview_player
Показать описание
Do you know that #geoserver allows you to authenticate requests from URL itself. Of course it's not the safest option 🔐 but it can help you use Geoserver assets in an environment where HTTP Authentication is not possible using Key authentication plugin.
In this video 📹 I have explained how to
1. 🔌 Install the plugin
2. 👤 Use it to create Unique identifiers for the users
3. ⚡ (Bonus) How to synchronise users to automatically add UUID of newly created users.
----------------------------------------------------------

----------------------------------------------------------
I'm a full-stack web GIS developer, and I love sharing my knowledge especially with people who are enthusiastic about GIS but don't know how to get into coding. If you are one of those follow my youtube channel where I keep uploading full-length GIS development videos.
----------------------------------------------------------
If you liked this video and want to learn complete web gis development right from HTML all the way to create these awesome applications, Do check out my course on udemy at :

----------------------------------------------------------
Follow me on other platforms :
Рекомендации по теме
Комментарии
Автор

Good video can you please go over how to use Key Authentication with Web Service URL?

craigbrautigam
Автор

Thanks for the video. I am facing challenges with user creation. I can be able to create a user GeoServer with rest API after following this video.

fhvrzzi
Автор

Very useful reference! Do you plan to make a tutorial on Key Auth as a web service? Thanks

oyokngg
Автор

Good tutorial..

But I have a question I saw you used authkey property file to access the users properties.. What if am using postgres as a database backend to store the users how will i achiece the same logic via rest.?

kevinsambuli