Commit Graph

10 Commits

Author SHA1 Message Date
Ulysse Carion
683d9222cb
scim: match /Users results in "Resources" or "resources" (#15)
This PR has the SCIM matching logic support results from a SCIM `GET
/Users` call being in `Resources` or `resources`. In practice, SCIM
servers use both, due to inconsistency in the original specification.

Closes #14.
2025-01-10 10:30:49 -08:00
Ulysse Carion
b0f1e44617
Fix redirect / metadata url, <title> (#13) 2024-10-31 15:18:30 -07:00
Ulysse Carion
acbef8f1ef
Move UI pages for app and login into pages router (#12)
The app router is causing too much grief to be worthwhile here. The
pages for individual apps are fine to have in the pages router -- we're
fine with straight-up SPA stuff -- so just stop using app router rather
than figure out how to get Next.js to understand the data-fetching
lifecycle.
2024-10-29 15:02:10 -07:00
Ulysse Carion
2c14bfebc9
Make "create app" UI nicer, and make IDP redirect URIs use custom domain (#3) 2024-10-07 08:58:11 -07:00
Ulysse Carion
7f173bcabf
Move to Next.js (#2)
* tmp

* reset

* begin conversion to nextjs

* more appeasing of stuff

* about to add shadcn

* tmp commit

* switch to new-york style

* fix nextjs build error

* tmp

* start hooking up users to login page

* e2e flows

* preview stuff

* shuffle around where assertion is displayed

* start copy stuff

* tooltip for lack of sp settings

* update footer

* add wordmark, navbar to index

* add scim stuff

* fix build error

* title, copy updates

* more copy, adjusting

* fix tailwindui weirdness

* fix copy

* instant setup

* hard-code insecure key

* footer copy, docslink urls

* subtitles, copy updates
2024-10-03 09:57:43 -07:00
Ulysse Carion
cacfa55999
include cert in saml assertions (#1) 2024-09-25 10:19:21 -07:00
Ulysse Carion
1bd22a8a48 add required domains for apps 2024-05-16 16:05:30 -07:00
Ulysse Carion
2b64f1de76 instant setup flow 2024-05-14 12:04:47 -07:00
Ulysse Carion
c31ad152b9 create, edit, and sso with apps 2024-05-14 11:30:50 -07:00
Ulysse Carion
b049eb8fa5 spike: create assertions 2024-05-13 16:19:21 -07:00