snipe-it/config
Brady Wetherington 6756dd193e SCIM integration using the 're-do-the routes' approach, which seems like a dead-end
Cleaning up routes to match laravel-scim-server's recommended implementation

Some actually *working* changes for SCIM support?!

Whoops, forgot my route file

Fix public SCIM routes

Removed Ziggy, removed old generated file, yanked Ziggy references

Resolves the first set of comments for SCIM

Ensure all /api routes have baseUrl prepended

Fix the parent:: call to be, uh, actually correct :P

Clarify the route-ordering, as it is quite tricky

This gets it so that users can actually be saved..

Work around the lack of callbacks with some inheritance

Mapped a bunch more fields from SCIM into Snipe-IT's user table

More baseUrl shenanigans since we yanked Ziggy :/

Properly map job title and work with some other necessary attributes

Map more fields...

Finalized basic mapping for core and enterprise namespaces

Latest tuned settings for SCIM config to work with Azure (and others)
2022-04-05 20:26:37 +01:00
..
app.php SCIM integration using the 're-do-the routes' approach, which seems like a dead-end 2022-04-05 20:26:37 +01:00
auth.php
backup.php
broadcasting.php
cache.php
compile.php
cors.php Migrate to Fruitcake/laravel-cors which has path-exclusion built-in 2022-02-23 11:06:19 -08:00
database.php
debugbar.php
filesystems.php
hashing.php
image.php
logging.php
mail-auto-embed.php
mail.php
passport.php
permissions.php
queue.php
scim.php SCIM integration using the 're-do-the routes' approach, which seems like a dead-end 2022-04-05 20:26:37 +01:00
services.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
session.php
trustedproxy.php
version.php Sigh. 2022-03-29 22:59:52 +01:00
view.php