Webpage card (iframe) getting login page?

Hi all I hope this is the right location. I am trying to display an iframe on a dash board specifically from waze, but no matter what i do I just get the login screen for HA. I see several posts about this but the solutions in those are mainly clear cookies and refresh and that is not wokring. Does anyone have any ideas how to fix this? code below.

type: iframe
url: >-
  <iframe
  src="https://embed.waze.com/iframe?zoom=13&lat=32.858609&lon=-96.868172&ct=livemap"
  width="600" height="450" allowfullscreen></iframe>
aspect_ratio: 50%

Okay I found a post right after adding this that gave me the answer you have to delete all of the iframe code so the website i should have been posting is simply the web address without the iframe info.

Hope that helps the next person