Hiya,
Was wondering if there was any plan to add OKTA an a built-in auth provider? They also support JWT … how could that be leveraged to allow ServiceStack to validate “their” token, or support only Oauth2?
thanks
Hiya,
Was wondering if there was any plan to add OKTA an a built-in auth provider? They also support JWT … how could that be leveraged to allow ServiceStack to validate “their” token, or support only Oauth2?
thanks
Unless there’s a feature request for it there isn’t any plan for the feature. Live everything else it would need a Custom AuthProvider to validate “their” token and populate the UserSession from that, similar to how the built-in JwtAuthProvider works.