I have implemented an Azure B2C Authentication solution using PKCE but now want to hook this up to an authorisation service similar to roles in the MS Identity Server model.
Do you need to "roll your own" solution? For example; once a user is authenticated I need to determine if they have administrator privileges, read/write or read only access. Scopes don't support this level of granularity.