okta / okta-devices-swift

okta-devices-swift
https://github.com/okta/okta-devices-swift
Apache License 2.0
8 stars 1 forks source link

Add requestReferrer to supported claims #60

Closed blairmitchelmore-okta closed 2 years ago

blairmitchelmore-okta commented 2 years ago

Problem Analysis (Technical)

When approving an authentication request, the user doesn't necessarily know the source by referring to only the iss claim, as vanity urls aren't represented by that claim.

Solution (Technical)

Expose the secondary claim requestReferrer that includes the vanity url, if necessary, to provide fuller context to the user.

Affected Components

Steps to reproduce:

Actual result:

Expected result:

Tests