You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an issue while using the issue_stateless_channel_token() function with the channel ID and channel secret for authentication. When I omit the client_assertion_type and client_assertion parameters, an error occurs. However, based on my understanding, these two parameters should only be required when using JWT assertion for authentication. Since I'm not using JWT, I expected the function to work without providing client_assertion_type and client_assertion.
What You've Tried
I pass empty strings '' for both client_assertion_type and client_assertion, the token is issued successfully.