[tw2113_Slack_], deltab, [tantek], Kaja, saptaks, enpo, shoesNsocks, koddsson, jjuran, [snarfed], Seirdy, __minoru__shirae, KartikPrabhu and jeremy joined the channel
[manton]I think IndieAuth will continue to work in Micro.blog even after the 10-day trial, it just won’t let you create a post. 🙂 But let me know and I’m happy to extend it.
koddsson, shoesNsocks1, shoesNsocks, sumner, [chrisaldrich], JankyDoodle, [jgmac1106], [tantek], KartikPrabhu, tru-is and ShadowKyogre joined the channel
jackyjamietanna[m]: that's true (to a degree for me, I think unfamiliar / unrecognized ones should be either ignored silently or dropped [in a strict mode])
[schmarty]i don't think there's currently a way for an IndieAuth authorization or token server to actually know where an issued token can be expected to be used.
[schmarty](like: does your IndieAuth endpoint know that you have a micropub endpoint? a micropub media endpoint? a microsub endpont? does it even need to?)
aaronpkas i'm going deeper into more of the OAuth specs, and also trying to rebuild everything in GNAP, i'm realizing that a lot of the problems and questions like this we have in IndieAuth have some overlap with other communities too, sometimes with already existing solutions
[schmarty]to be clear i am not advocating for "solving" this at an auth server at the moment. so far the answers to my questions above have been "human coordination" and implementations have done well with that, haha. 😂
[schmarty]ok finished up. Resource Indicators is kind of neat from a "where should this token be accepted?" perspective. however this spec doesn't contain anything that would enable those resources to define what scopes are possible or allowed or what they mean.
jackylike if one of the resources is someone's micropub endpoint (and media) then it could be a stricter validation for things like `media` or `create|delete|update`
[schmarty]jacky: it could! but that would be some new spec where the auth server is discovering the endpoints it is allowed to make tokens for and then further discovering what scopes they support, etc.