v1.2.7

alpic-ai/skybridgev1.2.7Jul 10, 2026by harijoe

AI Summary

Adds an `authorizationServer` option to custom providers to advertise the authorization server independently of the validation issuer.

Key Highlights

  • Adds `authorizationServer` option to customProvider
  • Descope provider updated to pass the agentic AS through the option

New Features

  • `authorizationServer` option for custom OAuth providers

Full Release Notes

Add an authorizationServer option to customProvider to advertise the AS independently of the validation issuer, and have descopeProvider pass the agentic AS (not the base-project issuer) through it.

## Changes

- fix(descope): advertise agentic AS in protected-resource metadata @qchuchu (#950)