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
When running the code, I kept getting errors that the metadata could not be parsed. I eventually ran the metadata as one line but unescaped. I was using metadata from Okta specifically.
tr -d '\n' < metadata.xml > out.xml
The text was updated successfully, but these errors were encountered:
When running the code, I kept getting errors that the metadata could not be parsed. I eventually ran the metadata as one line but unescaped. I was using metadata from Okta specifically.
tr -d '\n' < metadata.xml > out.xml
The text was updated successfully, but these errors were encountered: